From c24a35169866b535a668e270dfd7c55de91cdf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Jankowski?= Date: Mon, 19 Aug 2024 14:42:32 +0200 Subject: [PATCH] Update src/neptune_scale/exceptions.py Co-authored-by: Sabine --- src/neptune_scale/exceptions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/neptune_scale/exceptions.py b/src/neptune_scale/exceptions.py index f364f6ec..7935493d 100644 --- a/src/neptune_scale/exceptions.py +++ b/src/neptune_scale/exceptions.py @@ -32,11 +32,11 @@ class NeptuneOperationsQueueMaxSizeExceeded(NeptuneScaleError): The synchronization is paused until the queue size drops below the maximum. -To resolve this issue, please consider the following: +To resolve this issue, consider the following: - Reduce the frequency of data being sent to the queue, or throttle the rate of operations. - - If appropriate, increase the queue size with `max_queue_size` parameter cautiously, - ensuring that memory usage remains within acceptable limits. - - Monitor your system’s memory consumption closely when adjusting the queue size. + - Cautiously increase the queue size through the `max_queue_size` argument. + Note: To ensure that memory usage remains within acceptable limits, + closely monitor your system's memory consumption. {correct}Need help?{end}-> https://docs.neptune.ai/getting_help