Skip to content

Commit

Permalink
Added disclaimer that the script is still running
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi authored Dec 28, 2024
1 parent 59fa6e1 commit c71be1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/neptune/cli/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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].",
Expand Down

0 comments on commit c71be1c

Please sign in to comment.