simvue-io/python-api

Enforce Rate Limit for Batch Submission

Open

#861 opened on Sep 23, 2025

 (0 comments) (0 reactions) (1 assignee)Python (1 fork)auto 404
good first issueimprovementpython

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem Statement

There is a 20,000 run limit for batch runs submission, currently there is no reference to this within its implementation within the LLAPI.

Solution

Either add validation to ensure that the number of submissions in a request does not exceed this threshold, or carry out the multiple submissions.

Alternatives Considered

Enforce only within the CLI, however this is not the best solution.

Additional Context

Needed for submission of large volumes of runs as part of the "loadSim" feature.

Contributor guide