Comment on Ask HN: Good pub/sub setup for personal projects?Comments−pramsey4yI had a good time with the pq module for a pgsql/python [1] queue. There's a certain brutal simplicity to just having one persistent process, the database, to manage.[1] https://pypi.org/project/pq/
Comments
I had a good time with the pq module for a pgsql/python [1] queue. There's a certain brutal simplicity to just having one persistent process, the database, to manage.
[1] https://pypi.org/project/pq/