b-dreissigacker
b-dreissigacker
I found a solution for my problem using tokio::task::block_in_place and send. But I still think there is something wrong with notify or I don't get how to use it. If...
> `notify` will send the message to the actor's mailbox but won't wait for it to be processed or handled, think of it like a fire-and-forget. That's what I expected...
hi @bboule, yes you understand it correct. But to be honest I just tried a few selects from comandline client by now. If I notice anything else during development I...
@LloydAlbin With UPDATE the extension you mean `ALTER EXTENSION timescaledb UPDATE;`? I have done that but the error on startup is still there. ``` List of installed extensions Name |...
@LloydAlbin I can confirm that this fixes the issue, thank you. Maybe someone should ad a sentence to the update documentation that ALTER EXTENTION must be called for all databases?