We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting a new project with celery option enabled, the following errors appear constantly:
Error: No nodes replied within time constraint Celery workers not available.
And this error:
_rust_notify.WatchfilesRustInternalError: error in underlying watcher: IO error for operation on <path>: No such file or directory (os error 2)
No errors
Options used:
python_version = "3.12" cloud_provider = 4 use_async = n use_celery = y
The text was updated successfully, but these errors were encountered:
A few follow up questions @FilipeNas:
Sorry, something went wrong.
This should be fixed in watchfiles 0.24, which we just upgraded to.
sorry just saw now @browniebroke. Windows 11, running docker dev in WSL.
No branches or pull requests
What happened?
When starting a new project with celery option enabled, the following errors appear constantly:
And this error:
What should've happened instead?
No errors
Additional details
Options used:
The text was updated successfully, but these errors were encountered: