-
Notifications
You must be signed in to change notification settings - Fork 238
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
Timed out waiting for UP message from ForkProcess #1337
Comments
+1 there is a different behaviour in worker startup script depending on the presense of production flag. so as workaround I've added production=false to the worker env variables which helped. not sure what side effects it may have added. |
Thx. I have prod environment too. |
I experienced the same issue. Adding |
@mlivirov @adamstruck thanks for sharing findings. for the flag of for the package of kombu, it seems to be a dep package of celery, and we do did a celery version upgrade. Does changing |
I ran into this issue running locally (via Fortunately we haven't seen it in our production instance, but we are building our own Docker image and it's possible that the requirements are slightly different. |
Hey all, we faced a similar issue to this. Turns out using celery with |
turns out this is should be the issue celery/kombu#1785 |
Hello,
We tried to upgrade querybook from 2.4.0 to 3.28.0. Everything were good (errors on webserver, migrations, etc) but all requests to query-engine got stuck and such errors appeared on worker:
We tried to change query-engine, start empty redis and elasticsearch but without any results.
We can find task_id in our redis:
Could you please give me a hit with that issue?
The text was updated successfully, but these errors were encountered: