Skip to content

Enforce Rate Limit for Batch Submission #861

@kzscisoft

Description

@kzscisoft

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions