Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
taskbadger
/
taskbadger-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add Procrastinate integration
- #46
#46
Merged
snopoke
merged 18 commits into
main
taskbadger/taskbadger-python:main
from
sk/procrastinate
taskbadger/taskbadger-python:sk/procrastinate
Copy head branch name to clipboard
May 26, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Add Procrastinate integration
#46
snopoke
merged 18 commits into
main
taskbadger/taskbadger-python:main
from
sk/procrastinate
taskbadger/taskbadger-python:sk/procrastinate
Copy head branch name to clipboard
Commits
Commits on May 25, 2026
docs: add Procrastinate integration design spec
Show description for c7f3342
snopoke
and
claude
committed
c7f3342
View commit details
Copy full SHA for c7f3342
Browse repository at this point
docs: add Procrastinate integration implementation plan
Show description for bb91a4b
snopoke
and
claude
committed
bb91a4b
View commit details
Copy full SHA for bb91a4b
Browse repository at this point
feat(procrastinate): add optional dependency and module skeletons
snopoke
committed
96f857e
View commit details
Copy full SHA for 96f857e
Browse repository at this point
feat(procrastinate): worker-side task wrapper with sync/async support
snopoke
committed
9321ed4
View commit details
Copy full SHA for 9321ed4
Browse repository at this point
feat(procrastinate): defer-time task creation with id injection
snopoke
committed
ad65f65
View commit details
Copy full SHA for ad65f65
Browse repository at this point
fix(procrastinate): invalidate cache after update; clarify defer wrap docs
Show description for 06a8176
snopoke
and
claude
committed
06a8176
View commit details
Copy full SHA for 06a8176
Browse repository at this point
feat(procrastinate): @track decorator with bare and parameterized forms
snopoke
committed
8a1b778
View commit details
Copy full SHA for 8a1b778
Browse repository at this point
feat(procrastinate): current_task() accessor via ContextVar
Show description for bc60bc1
snopoke
and
claude
committed
bc60bc1
View commit details
Copy full SHA for bc60bc1
Browse repository at this point
feat(procrastinate): record_task_args stores defer kwargs in task data
snopoke
committed
c85f9aa
View commit details
Copy full SHA for c85f9aa
Browse repository at this point
feat(procrastinate): verify pass_context=True works with task wrapper
snopoke
committed
c0c9f1a
View commit details
Copy full SHA for c0c9f1a
Browse repository at this point
feat(procrastinate): ProcrastinateSystemIntegration with auto-track
snopoke
committed
1a206ba
View commit details
Copy full SHA for 1a206ba
Browse repository at this point
feat(procrastinate): auto-wrap tasks registered after system init
snopoke
committed
c408b7a
View commit details
Copy full SHA for c408b7a
Browse repository at this point
test(procrastinate): integration tests against real Postgres
snopoke
committed
6f1f356
View commit details
Copy full SHA for 6f1f356
Browse repository at this point
docs(procrastinate): add Procrastinate section to README
Show description for 3ebacc2
snopoke
and
claude
committed
3ebacc2
View commit details
Copy full SHA for 3ebacc2
Browse repository at this point
fix(procrastinate): skip built-in tasks; document known limitations
Show description for aed4969
snopoke
and
claude
committed
aed4969
View commit details
Copy full SHA for aed4969
Browse repository at this point
Commits on May 26, 2026
refactor: extract shared helpers between celery and procrastinate
snopoke
committed
024cc9c
View commit details
Copy full SHA for 024cc9c
Browse repository at this point
refactor: drop get_task_fn parameter from shared safe_get_task
snopoke
committed
a8fe0fa
View commit details
Copy full SHA for a8fe0fa
Browse repository at this point
refactor: share task cache instance between celery and procrastinate
snopoke
committed
2c52537
View commit details
Copy full SHA for 2c52537
Browse repository at this point
You can’t perform that action at this time.