Fix timeouts

This commit is contained in:
2025-09-07 14:33:45 +02:00
parent 420442506a
commit b14fe802c5
4 changed files with 173 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ services:
podx-worker:
build: ./app
container_name: podx-worker
command: ["rq", "worker", "-u", "redis://redis:6379/0", "default"]
command: ["rq", "worker", "-u", "redis://redis:6379/0", "--job-timeout", "14400", "default"]
env_file: [.env]
environment:
MEILI_URL: http://meili:7700