Skip to content

Commit

Permalink
Celery worker as a poor man's sidecar on the main service is working.…
Browse files Browse the repository at this point in the history
… So I no longer need to run a seperate private celery worker.
  • Loading branch information
joshSzep committed Jul 22, 2024
1 parent 3397298 commit 8c23356
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions render_celery_build.sh

This file was deleted.

3 changes: 0 additions & 3 deletions render_celery_predeploy.sh

This file was deleted.

3 changes: 0 additions & 3 deletions render_celery_run.sh

This file was deleted.

2 changes: 1 addition & 1 deletion render_service_run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

poetry run celery -A hangul_tutor worker -l info -D
poetry run celery -A hangul_tutor worker -l error -D
poetry run gunicorn hangul_tutor.wsgi:application --bind 0.0.0.0:$PORT

0 comments on commit 8c23356

Please sign in to comment.