PGQueuer v0.15.0 Released – Now with Recurring Job Scheduling

by jeeybeeon 11/11/2024, 7:43 PMwith 6 comments

by jeeybeeon 11/11/2024, 7:43 PM

Im excited to announce the release of PGQueuer v0.15.0!

PGQueuer is a minimalist, high-performance job queue library for Python that leverages PostgreSQL's robustness, designed for real-time, high-throughput background job processing.

Key Features in This Release:

- Recurring Job Scheduling: You can now easily schedule recurring jobs using cron-like expressions with the new SchedulerManager. Ideal for automating routine tasks like data synchronization or cleanups.