Skip to content

Commit

Permalink
Use new worker command
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 5, 2024
1 parent 41207cc commit 062b4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
bash -c "
cd example_project;
wait-for-it -s postgres.local:5432 -t 60 &&
./manage.py worker -l debug --autoreload
./manage.py bg_worker -l debug --autoreload
"
postgres:
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
bash -c "
cd example_project;
wait-for-it -s postgres.local:5432 -t 60 &&
./manage.py worker
./manage.py bg_worker
"
postgres:
Expand Down

0 comments on commit 062b4fa

Please sign in to comment.