0147-python-background-jobs
CommunityRun long tasks asynchronously with Python.
Software Engineering#python#background jobs#idempotency#dead letter queue#celery#task queue#job state
AuthorMrJmpl3
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you decouple slow or unreliable work from user-facing request/response flows so applications stay responsive and resilient.
Core Features & Use Cases
- Task Queue Pattern: Enqueue work during an API call and process it later with workers, returning a job ID immediately.
- Idempotency & At-Least-Once Safety: Design tasks to be safely retried and handle duplicate deliveries.
- Operational Job Management: Track job states, apply retries/timeouts, provide status polling endpoints, and optionally use a Dead Letter Queue for permanently failed tasks.
Quick Start
Use the 0147-python-background-jobs skill to design a Celery-based worker setup with job IDs, retries, and a polling endpoint for an export process that must not block the API response.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: 0147-python-background-jobs Download link: https://github.com/MrJmpl3/codex_____data_____configuration/archive/main.zip#0147-python-background-jobs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.