-
Notifications
You must be signed in to change notification settings - Fork 64
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
Feature Request: Better error message when usage limit arrived. (HTTPTooManyRequests) #1893
Comments
Hey @orena1 👋 Thank you for the detailed feature request. We do have a page in the docs that deals with this error: https://docs.neptune.ai/help/reducing_requests/, but I'll add more details, as you've mentioned, with a link to this page in the error message itself 📝
The job doesn't actually freeze. Neptune's Lightning integration (on which NeMo's Neptune integration is built) calls a
Currently, this information is only available on the back end. I'll pass on this feedback to the product team if we can include this on the dashboard somehow 📝 |
@orena1 - We have a PR to add a more descriptive error message, complete with links to the docs and who to contact for support. Can you install this version of
|
Thanks @SiddhantSadangi that is much more informative! I can not really test it as these error stopped for now. |
Is your feature request related to a problem? Please describe.
I encountered frequent errors like the following when running Neptune with NeMo:
Experiencing connection interruptions. Will try to reestablish communication with Neptune. Internal exception was: HTTPTooManyRequests
Once this error occurred, the job would hang and not progress, eventually resulting in a
cu10
error message. The only solution I found was to disable Neptune entirely.After contacting support, I learned this issue is caused by reaching the default workspace usage limit. Here is their response:
It would be much better if the error message directly indicated the actual problem, such as:
Experiencing connection interruptions with Neptune. It appears you are reaching the default workspace usage limit. Please review your workspace limits or contact support for assistance.
This would have saved me time (it took 4 hours to diagnose the issue) and prevented frustration. If I had not reached out to support, our company might have abandoned the idea of using Neptune entirely.
Additionally, it would be beneficial if the job did not fail or freeze in cases where usage limits are exceeded. A graceful handling of such situations would improve the user experience.
Additional context:
Where can I check whether I have indeed reached the usage limit? The dashboard currently only shows storage limits, not connection limits. Clarifying this in the UI or documentation would also be helpful.
Thank you!
The text was updated successfully, but these errors were encountered: