From 39c8902472df206ad1f075ce6255a5d4382009e2 Mon Sep 17 00:00:00 2001 From: Ben Adida Date: Sun, 15 Sep 2024 15:08:32 -0400 Subject: [PATCH] up runtime to 3.12 update celery call in worker to 5.0 style --- Procfile | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 428068263..04ed6cbca 100644 --- a/Procfile +++ b/Procfile @@ -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 \ No newline at end of file +worker: celery --app helios worker --events --beat --concurrency 1 \ No newline at end of file diff --git a/runtime.txt b/runtime.txt index 4458b433c..32bcba665 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.19 +python-3.12.6