addon-async-jobs-celery-redis

Installation
SKILL.md

Add-on: Async Jobs (Celery + Redis)

Use this skill when the API must enqueue long-running document tasks and return immediately (202 + job_id).

FastAPI request handlers must only:

  • accept uploads
  • create DB rows
  • enqueue the worker task
  • return status identifiers

Inputs

Collect:

  • REDIS_URL: default redis://redis:6379/0 (compose internal).
  • JOB_TIMEOUT_SECONDS: default 900.
  • JOB_MAX_RETRIES: default 3.

Celery Integration Workflow (Preferred)

Related skills
Installs
1
First Seen
Mar 12, 2026