-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added disclaimer that the script is still running
- Loading branch information
1 parent
59fa6e1
commit c71be1c
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,9 @@ def sync( | |
elif ex.cause.__class__.__name__ == "HTTPTooManyRequests": | ||
warn_once( | ||
"You're hitting the logging-rate limit for your workspace." | ||
" Logging will be throttled to stay within limits." | ||
" You might observe a delay in updates in the Neptune WebApp." | ||
" NOTE: Your script is still running!" | ||
" See how to optimize the logging calls to reduce requests: " | ||
"https://docs.neptune.ai/help/reducing_requests/." | ||
" To increase the limit for your workspace, contact [email protected].", | ||
|