Daily Shaarli

All links of one day in a single page.

August 19, 2024

janbjorge/PgQueuer: PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.

Start a long-lived consumer that will begin processing jobs as soon as they are enqueued by another process. In this case we want to be a bit more carefull as we want gracefull shutdowns, PgQueuer run will setup signals to ensure this.