janbjorge / PgQueuer

PgQueuer is a Python library leveraging PostgreSQL for efficient job queuing.
https://pgqueuer.readthedocs.io/en/latest/index.html
MIT License
211 stars 2 forks source link

Add 'updated' Column to Queue Table for Enhanced Feature Support #25

Closed janbjorge closed 1 month ago

janbjorge commented 1 month ago

The update introduces an 'updated' column to the queue table, which will be used for future features like retry and rate limiting. Key changes include: