-
Notifications
You must be signed in to change notification settings - Fork 261
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
Notebook hangs in "WorkerState.Busy" indefinitely #474
Comments
Hi @Pancake205, Apologize for problems. Could you please sent your notebook? You can try to run mercury in verbose mode:
could you please share logs from running mercury server? |
Hi Piotr,

I have been running Mercury in verbose mode, but I’m not sure how to print out that log. So, I’m attaching a screenshot of my most recent attempt and the Django errors log (which was from yesterday and not updated today, so I’m not sure how relevant that will be).
I can send you the notebook, but it has sensitive API information in it. If I removed that, would you still be able to detect the problem? Basically what I’m doing is connecting to an API for minute stock quotes, downloading the data into a data frame, parsing it, then using the data frame to create a Plotly chart. One problem may be that it continues to run, updating the chart every minute. When I run the notebook locally, the chart prints to my local host 8060 and is updated in real time.
What I’m trying to do is have an interactive chart hosted on the cloud, obtain the URL and insert that into an iframe to be used on a website I’m creating.
If you think that is doable, would you tell me the best way to send you the notebook?
I really appreciate your help!
Becky McFarland
… On Dec 5, 2024, at 1:48 AM, Piotr ***@***.***> wrote:
Hi @Pancake205 <https://github.com/Pancake205>,
Apologize for problems. Could you please sent your notebook? You can try to run mercury in verbose mode:
mercury run --verbose
could you please share logs from running mercury server?
—
Reply to this email directly, view it on GitHub <#474 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BM4AQKV3ZX2XIPA3T3CCICD2EAALRAVCNFSM6AAAAABTA3MRVKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJZGQ4DSMJVG4>.
You are receiving this because you were mentioned.
|
Hi Becky, Please send me notebook to [email protected] without sensitive API keys. Where I can find docs of the API that you are using? Are you using REST API or websockets to get data? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I haven't been able to deploy any notebooks in Mercury (unable than the demo). I've followed the documentation and set up the requirements.txt file, but the Worker never finishes. I've waited up to an hour. Any suggestions?
The text was updated successfully, but these errors were encountered: