Skip to content

Commit

Permalink
Update src/neptune_scale/exceptions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sabine <[email protected]>
  • Loading branch information
Raalsky and normandy7 authored Aug 19, 2024
1 parent f8fe6eb commit c24a351
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/neptune_scale/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c24a351

Please sign in to comment.