Skip to content

Commit

Permalink
Update src/neptune_scale/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edyta <[email protected]>
  • Loading branch information
Raalsky and szaganek authored Jul 29, 2024
1 parent 2f71db8 commit d8d2883
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/neptune_scale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8d2883

Please sign in to comment.