pasqal-io / pasqal-cloud

Apache License 2.0
17 stars 1 forks source link

[FEAT] Add jobs to an open batch #108

Closed MatthieuMoreau0 closed 9 months ago

MatthieuMoreau0 commented 1 year ago

Description

Let users add several jobs at once to a batch. I got rid of the previous function which let users add one job to a batch; but this was very inefficient as it required one http call per job. This is technically a breaking change but it couldn't be used by our users since the dedicated endpoint was always returning an error because batches were automatically marked as complete. Hence I think this can be freely released without worrying about breaking existing pipelines for our users.

Changes:

Related PRs in other projects (PASQAL developers only)

Additional merge criteria

Breaking changes

Checklist

Versioning (PASQAL developers only)

Documentation

Tests

Internal tests pipeline (PASQAL developers only)

After updating the version (PASQAL developers only)