Geoffrey Mureithi
Geoffrey Mureithi
This is related to #127. Is there a runtime agnostic suggestion you have in mind?
Could you be more specific? Which version? As of 0.5 there is `PgNotifier` which handles the connections separately. https://github.com/geofmureithi/apalis/blob/master/packages/apalis-sql/src/postgres.rs#L231 The stream jobs method in the current postgres implementation does not...
I am already working on that but it will be in 0.6 which is in the pipeline for stability. On Tue, 2 Jul 2024 at 00:00, Derek Leverenz ***@***.***> wrote:...
This can be considered for #12
@derekleverenz @arranf checkout the postgres example in [v0.6.0-alpha.1](https://github.com/geofmureithi/apalis/tree/v0.6.0-alpha.1). See https://github.com/geofmureithi/apalis/blob/732553ab731999234b164e7315f12c74a80f5a49/examples/postgres/src/main.rs#L41
I am going to close this one, any new issues can be described in a new record.
There is https://docs.rs/surrealdb/1.0.0-beta.8/surrealdb/
Sure @itsyaasir You can take this task. Be sure to look at @prabirshrestha 's work https://github.com/prabirshrestha/mq
You should be able to just get it working by implementing ~`Storage`~ `MessageQueue`.
Let me know if you are able to improve the tests, to check if scheduling works as expected.