simvue-io / simvue-io/python-api
Enforce Rate Limit for Batch Submission
Open
@kzscisoft is already working on this.
Since Sep 23, 2025.
good first issue
improvement
python
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 4
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.