← Back to context Comment by sbaildon 5 years ago Oban[1] from the Elixir ecosystem leans on Postgres for job scheduling[1] https://github.com/sorentwo/oban 2 comments sbaildon Reply anonu 5 years ago Wonder if theres a similar framework in Python Dauros 5 years ago AFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY.[1]: https://dramatiq.io/[2]: https://gitlab.com/dalibo/dramatiq-pg/
anonu 5 years ago Wonder if theres a similar framework in Python Dauros 5 years ago AFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY.[1]: https://dramatiq.io/[2]: https://gitlab.com/dalibo/dramatiq-pg/
Dauros 5 years ago AFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY.[1]: https://dramatiq.io/[2]: https://gitlab.com/dalibo/dramatiq-pg/
Wonder if theres a similar framework in Python
AFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY.
[1]: https://dramatiq.io/
[2]: https://gitlab.com/dalibo/dramatiq-pg/