Celery Worker
backend-applications
Celery worker with Redis defaults, pydantic-settings, and eager-mode tests
About this template
This template provides a solid foundation for building celery-worker applications. It comes with all the essential tools and configurations to help you get started quickly.
The Celery Worker template is designed to help developers jumpstart their projects with best practices, modern tooling, and a well-structured codebase.
Key Benefits
- Pre-configured uv project with lockfile workflow
- Ruff, pytest, and type checking out of the box
- Python 3.12+ with modern typing patterns
- AGENTS.md for AI assistant guardrails
- Extension-ready structure for Docker, Postgres, and CI
Compatible Extensions
Enhance your Celery Worker with these powerful extensions
Recommended Combinations
Get started quickly with these popular template and extension combinations
Celery Worker
celery-worker
GitHub Setup
ci
$ uvx create-awesome-python-app \
--template celery-worker \
--addons github-setup
Celery Worker
celery-worker
Python Docker
containers
$ uvx create-awesome-python-app \
--template celery-worker \
--addons python-docker
Celery Worker
celery-worker
Python Postgres
database
$ uvx create-awesome-python-app \
--template celery-worker \
--addons python-postgres
Celery Worker
celery-worker
Python Dev Container
editor
$ uvx create-awesome-python-app \
--template celery-worker \
--addons python-devcontainer
Ready to Build?
Start creating your awesome Python app with this template