Skip to content

Commit

Permalink
Comment out the scheduler image (#22)
Browse files Browse the repository at this point in the history
* Comment out the scheduler image

* Remove scheduler from Procfile
  • Loading branch information
zerolab authored Nov 11, 2024
1 parent fae6ce0 commit ce8484b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .docker/Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
web: python manage.py runserver 0.0.0.0:8000
scheduler: python manage.py scheduler
frontend: npm run start:reload
10 changes: 5 additions & 5 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ release:
image: web
command:
- django-admin check --deploy && django-admin createcachetable && django-admin migrate --noinput
run:
scheduler:
image: web
command:
- django-admin scheduler
#run:
# scheduler:
# image: web
# command:
# - django-admin scheduler

0 comments on commit ce8484b

Please sign in to comment.