Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update src/neptune_scale/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edyta <[email protected]>
Raalsky and szaganek authored Jul 29, 2024

Verified

This commit was signed with the committer’s verified signature.
alexott Alex Ott
1 parent d4712fd commit 2f71db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neptune_scale/__init__.py
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ def __init__(
Max length: 128 characters.
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 called when the queue is full. Accepts two arguments:
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.
"""
verify_type("api_token", api_token, str)

0 comments on commit 2f71db8

Please sign in to comment.