diff --git a/src/neptune_scale/__init__.py b/src/neptune_scale/__init__.py index a7125d06..d5c26209 100644 --- a/src/neptune_scale/__init__.py +++ b/src/neptune_scale/__init__.py @@ -54,7 +54,9 @@ def __init__( run_id: Unique identifier of a run. Must be unique within the project. Max length: 128 characters. max_queue_size: Maximum number of operations that can be queued before the queue is considered full. max_queue_size_exceeded_callback: Callback function triggered when a queue is full. - the maximum size of the queue and the exception that caused the queue to be full. + Accepts two arguments: + - Maximum size of the queue. + - Exception that made the queue full. """ verify_type("api_token", api_token, str) verify_type("family", family, str)