https://github.com/janbjorge/pgqueuer/releases/tag/v0.15.0 Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By company size + Enterprises + Small and medium teams + Startups By use case + DevSecOps + DevOps + CI/CD + View all use cases By industry + Healthcare + Financial services + Manufacturing + Government + View all industries View all solutions * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} janbjorge / pgqueuer Public * Notifications You must be signed in to change notification settings * Fork 15 * Star 1k * Code * Issues 0 * Pull requests 0 * Discussions * Actions * Security * Insights Additional navigation options * Code * Issues * Pull requests * Discussions * Actions * Security * Insights 1. Releases 2. v0.15.0 v0.15.0 Latest Latest Compare Choose a tag to compare [ ] Could not load tags Nothing to show {{ refName }} default (*) Loading View all tags @janbjorge janbjorge released this 11 Nov 18:02 v0.15.0 5b54585 This commit was created on GitHub.com and signed with GitHub's verified signature. GPG key ID: B5690EEEBB952194 Learn about vigilant mode. PGQueuer v0.15.0 Release Notes Im excited to introduce a new features and enhancements in this release; support for scheduling recurring jobs using cron-like syntax. What's Changed * Public Interfaces Defined: Updated __init__.py to define public interfaces more clearly (#186). * Scheduling with Crontab Syntax: You can now schedule functions using cron-like expressions for periodic task execution (#188). * Added SchedulerManager to Public API: Included SchedulerManager in __init__.py for easy access (#191). * Added Scheduler Example to README: Enhanced documentation with examples on using the new scheduling feature (#190). * Batch RPS Events: Implemented batching to improve the handling of rate-per-second (RPS) events (#192). Note: In order to use the new scheduling feature, a migration step is required. Please run: python -m pgqueuer upgrade Example Usage To schedule a recurring task every minute: @scheduler.schedule("sync_data", "* * * * *") async def sync_data(schedule: Schedule) -> None: print("Running scheduled sync_data task") Run the scheduler using the CLI: pgq run myapp.create_scheduler Full Changelog: v0.14.1...v0.15.0 Assets 2 Loading All reactions Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.