Skip to content

Commit

Permalink
celery stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Jul 27, 2023
1 parent 16c4e78 commit 43cc7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ url_prefix = "/battles/api/schemas/"

[processes]
app = "daphne -b 0.0.0.0 -p 8080 splashcat.asgi:application"
celery-worker = "celery -A splashcat worker -l INFO -B"
celery-worker = "celery -A splashcat worker -l INFO -B -P solo"

0 comments on commit 43cc7cd

Please sign in to comment.