Skip to content

Commit

Permalink
add yaml file for background worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Feb 12, 2024
1 parent a81d245 commit ea0f7cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions render.worker.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ea0f7cc

Please sign in to comment.