Get the latest tech news
Show HN: PgQueuer – Transform PostgreSQL into a Job Queue
PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing. - janbjorge/PgQueuer
PgQueuer is a minimalist, high-performance job queue library for Python, leveraging the robustness of PostgreSQL. Designed for simplicity and efficiency, PgQueuer uses PostgreSQL's LISTEN/NOTIFY to manage job queues effortlessly. In this case we want to be a bit more carefull as we want gracefull shutdowns, PgQueuer run will setup signals to ensure this.
Or read this on Hacker News