kestra-io / plugin-gcp

Apache License 2.0
6 stars 10 forks source link

Don't create a new job upon resubmitting a script with Google Batch TaskRunner #370

Closed loicmathieu closed 5 months ago

loicmathieu commented 5 months ago

Feature description

The GcpBatchTaskRunner 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.

loicmathieu commented 5 months ago

Fixed by #372