Comment on A Celery-like Python Task Queue in 55 Lines of CodeparentComments−mborch12yWith PostgreSQL, you can use advisory locks and other little tricks to get better performance, e.g.https://github.com/malthe/pq/blob/master/pq/__init__.py#L224
Comments
With PostgreSQL, you can use advisory locks and other little tricks to get better performance, e.g.
https://github.com/malthe/pq/blob/master/pq/__init__.py#L224