Skip to content

Commit

Permalink
Switch from watchgod to watchfiles (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jul 26, 2022
1 parent 6bfe2f4 commit 26eff14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,4 +4,4 @@ set -o errexit
set -o nounset


watchgod celery.__main__.main --args -A config.celery_app worker -l INFO
watchfiles celery.__main__.main --args '-A config.celery_app worker -l INFO'
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/requirements/local.txt
Expand Up @@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
{%- endif %}
{%- if cookiecutter.use_async == 'y' or cookiecutter.use_celery == 'y' %}
watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod
watchfiles==0.16.1 # https://github.com/samuelcolvin/watchfiles
{%- endif %}

# Testing
Expand Down

0 comments on commit 26eff14

Please sign in to comment.