backend-applications
Celery worker with modular tasks, Redis defaults, pydantic-settings, and eager-mode tests. Choose it for background jobs outside the HTTP process.
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.
Enhance your Celery Worker with these powerful extensions
Get started quickly with these popular template and extension combinations
celery-worker
ci
$ uvx create-awesome-python-app \
--template celery-worker \
--addons github-setup
celery-worker
editor
$ uvx create-awesome-python-app \
--template celery-worker \
--addons development-container
celery-worker
database
$ uvx create-awesome-python-app \
--template celery-worker \
--addons postgres
celery-worker
containers
$ uvx create-awesome-python-app \
--template celery-worker \
--addons celery-docker
Start creating your awesome Python app with this template