---
title: "Deploy Celery Beat Worker"
description: "Celery Worker and Beat pre configured to just fork and deploy!"
category: "Other"
url: https://railway.com/deploy/EE2f_5
---

# Deploy Celery Beat Worker

Celery Worker and Beat pre configured to just fork and deploy!

**[Deploy Celery Beat Worker on Railway](https://railway.com/template/EE2f_5)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/EE2f_5/manifest.json

- **Creator:** Ashween Mankash's Projects
- **Category:** Other
- **Total deploys:** 68

## Template content

### Beat

- **Source:** https://github.com/AshweenMankash/Celery-Worker-Beat
- **Start command:** `celery -A main.app beat -l INFO`

### Redis https://devicons.railway.app/i/redis.svg

- **Image:** bitnami/redis

### worker

- **Source:** https://github.com/AshweenMankash/Celery-Worker-Beat
- **Start command:** `celery -A main.app worker --concurrency=1 -l INFO`

## Documentation

## Celery Beat and Worker

### Celery is used to do long or period tasks in the background, this service provides preconfigured Worker and beat in a different service.


#### Configurable by variable "celery_broker" to point to a database as  a broker and change concurrency from start command to use multiple workers.

Beware! choosing higher concurrency can lead to higher credit usage. It's good for me though :)



## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/EE2f_5
