OAR: add async to _submit_job method#380
Conversation
_submit_job is awaited by the `Job.start`.
|
Thanks a lot for fixing this! This bug was very likely added with the SpecCluster refactor (#307) and not noticed since the 0.7 release ... I added an entry in the changelog, so merging this! |
|
As discussed IRL, if you ever get the chance to add CI for OAR, it would be super appreciated! I would also make While I am at it, one of the limitation of If you create your If it turns out that |
_submit_job is awaited by the
Job.start.