From ea0f7cc50c1522971c91e6db95243a29e474d4e2 Mon Sep 17 00:00:00 2001 From: Moggach Date: Mon, 12 Feb 2024 13:40:44 +0000 Subject: [PATCH] add yaml file for background worker --- render.worker.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 render.worker.yaml diff --git a/render.worker.yaml b/render.worker.yaml new file mode 100644 index 0000000..a45f2ca --- /dev/null +++ b/render.worker.yaml @@ -0,0 +1,7 @@ +services: + - type: worker + name: lbc-worker-production + env: python + buildCommand: poetry install + startCommand: poetry run python manage.py start_worker + plan: starter