-
Notifications
You must be signed in to change notification settings - Fork 37
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
worker.py does not execute in example #16
Comments
Could you see if it's running out of memory? There should be a log saying it ran over 256mb. If that's the case, a simple fix would be increasing It's curious that it's happening for you though. I haven't been able to reproduce when running in a clean environment: Could you do
It's possible that different versions of Python / Libraries use more memory, so that's my hunch right now. |
Is there somewhere specific that I should be looking for this log output? It's writing at info level(and I didn't see anywhere to specify to the library what log level to use). Currently running all of this in a virtual environment. Here's my pip freeze:
|
Also, I increased the |
The
./run_worker.sh
fails with exit code 1(seemingly from_check_process_resources
) when I try to run the included example.The text was updated successfully, but these errors were encountered: