Fix timeouts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user