tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
576 stars 39 forks source link

Chore: Introduce queue upkeep #145

Closed vchan closed 2 months ago

vchan commented 2 months ago

This PR introduces queue specific upkeep tasks. For the Postgres queue, this helps decouple opening the queue's connection pool and various upkeep tasks like the dequeue timer and enqueue listener.