Skip to content

Commit

Permalink
up runtime to 3.12
Browse files Browse the repository at this point in the history
update celery call in worker to 5.0 style
  • Loading branch information
benadida committed Sep 16, 2024
1 parent 4d4461a commit 39c8902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8
worker: celery worker --app helios --events --beat --concurrency 1
worker: celery --app helios worker --events --beat --concurrency 1
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.19
python-3.12.6

0 comments on commit 39c8902

Please sign in to comment.