-
Notifications
You must be signed in to change notification settings - Fork 22
[BUG] Container doesn't start because of Celery workers unavailable
in newest version
#372
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
Comments
I created a pull request with some changes, you can test that build by changing the image tag in your
If everything seems to work fine, I will merge the pull request and create a new release with the changes. |
Sorry totally forgot to answer. But it is still not working for me 🤔 |
Have you upgraded to
|
Sorry for the late reply. Tried updating to 0.20.5 again. Let me know if I can help some more.
|
I don't know why your celery worker isn't working. Could you try to disable the health check by adding to your healthcheck:
disable: true And then check the celery status with:
where |
I either get
or
|
Seeing that sometimes it runs correctly, it seems that it could be because the worker is slow, could you try increasing the timeout?
|
Added |
Describe the bug
After upgrading to 0.20.4 I get the
Celery workers unavailable
error followed by a timeoutTo Reproduce
Upgrade to 0.20.4 (from 0.20.3) I guess. Not sure if my setup is somewhat special
Error logs
Logs
Yamtrack version: 0.20.4
Database: SQLite (default) or PostgreSQL
The text was updated successfully, but these errors were encountered: