tobymao / saq

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

Is the Postgres backend stable / recommended for production use? #165

Closed yanniskatsaros closed 1 month ago

yanniskatsaros commented 1 month ago

Hello, thank you for your work on this project! I am considering saq for my project and I was told that there is a Postgres backend as an alternative to the Redis backend for the queue. I see the implementation in the source code, but don't see it mentioned anywhere in the docs. Wanted to confirm that the Postgres backend is ready for general use? If so, is there anything I should be aware of in terms of behavior differences from the Redis backend?

Thanks for your time and help!

tobymao commented 1 month ago

it should be ready. but it’s early, your feedback is much appreciated