From 43cc7cd761c992748f24f20284ccafbb3d1b1083 Mon Sep 17 00:00:00 2001 From: kitt Date: Thu, 27 Jul 2023 17:56:53 -0400 Subject: [PATCH] celery stuff --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 170241ce..835dcdce 100644 --- a/fly.toml +++ b/fly.toml @@ -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"