Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade watchfiles #5243

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Downgrade watchfiles #5243

merged 1 commit into from
Jul 23, 2024

Conversation

FilipeNas
Copy link
Contributor

Description

When starting a new cookiecutter project with celery, it show the following error messages:

Error: No nodes replied within time constraint
Celery workers not available.

And also:

_rust_notify.WatchfilesRustInternalError: error in underlying watcher: IO error for operation on <path>: No such file or directory (os error 2)

Options used:

python_version = "3.12"
cloud_provider = 4
use_async = n
use_celery = y

It can be fixed by downgrading watchfiles again to 21.0
I followed this discussion encode/uvicorn#2361

Checklist:

  • I've made sure that tests are updated accordingly (especially if adding or updating a template option)
  • I've updated the documentation or confirm that my change doesn't require any updates

Rationale

Fix for #5242

@browniebroke
Copy link
Member

Issue in watchfiles repo: samuelcolvin/watchfiles#282

@browniebroke browniebroke merged commit 12c5eac into cookiecutter:master Jul 23, 2024
13 checks passed
@browniebroke
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants