fix: add --with-scheduler flag to RQ worker in compose.yml

Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-02 14:51:12 +00:00
parent db2aad6f81
commit e6217b3ff5

View File

@@ -75,7 +75,7 @@ services:
build:
context: .
dockerfile: backend/Dockerfile
command: ["rq", "worker", "-u", "redis://redis:6379/0"]
command: ["rq", "worker", "--with-scheduler", "-u", "redis://redis:6379/0"]
env_file:
- ./backend/.env
depends_on: