11 ms·
Oban[1] from the Elixir ecosystem leans on Postgres for job scheduling [1] https://github.com/sorentwo/oban https://github.com/sorentwo/oban
by sbaildon 5y ago
Oban[1] from the Elixir ecosystem leans on Postgres for job scheduling
[1] https://github.com/sorentwo/oban https://github.com/sorentwo/oban
- anonu 5y agoWonder if theres a similar framework in Python
- Dauros 5y agoAFAIK the only one is Dramatiq [1] with dramatiq-pg [2]: a 3rd party message broker using Postgres LISTEN/NOTIFY. [1]: https://dramatiq.io/ https://dramatiq.io/ [2]: https://gitlab.com/dalibo/dramatiq-pg/ https://gitlab.com/dalibo/dramatiq-pg/