diff --git a/src/neptune/cli/containers.py b/src/neptune/cli/containers.py index 7bc90622e..110dfaadf 100644 --- a/src/neptune/cli/containers.py +++ b/src/neptune/cli/containers.py @@ -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 sales@neptune.ai.",