simvue-io / simvue-io/python-api
Enforce Rate Limit for Batch Submission
Abierto
@kzscisoft ya está trabajando en esto.
Desde el 23/9/2025.
good first issue
improvement
python
- Lenguaje dominante
- Python
- Estrellas
- 4
- Forks
- 1
- Merge medio
- 5 d 8 h
- PR fusionados (30 d)
- 4
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.