Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
gaya3-zipstack committed Dec 11, 2024
1 parent 12cd28e commit bc4deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
container_name: unstract-worker
restart: unless-stopped
entrypoint: .venv/bin/celery
command: "-A backend worker --loglevel=info -Q celery --autoscale=4,1"
command: "-A backend worker --loglevel=info -Q celery --autoscale=${WORKER_AUTOSCALE}"
env_file:
- ../backend/.env
depends_on:
Expand Down

0 comments on commit bc4deae

Please sign in to comment.