kestra-io / plugin-azure

Apache License 2.0
2 stars 5 forks source link

Don't create a new job upon resubmitting a script with Azure Batch ScriptRunner #80

Closed brian-mulier-p closed 1 month ago

brian-mulier-p commented 5 months ago

Feature description

Following this PR it lacks the ability to check if the job for a given taskrun already exists and if it does, it should resume checking its status instead of recreating a new job.

For it to work we should fix a job name that we can guess on further attempts.