From c71be1cde325987a1192718861a49edd7b3f917a Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Sat, 28 Dec 2024 14:35:55 +0100 Subject: [PATCH] Added disclaimer that the script is still running --- src/neptune/cli/containers.py | 3 +++ 1 file changed, 3 insertions(+) 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.",