kestra-io / plugin-azure

Apache License 2.0
2 stars 5 forks source link

Ensure that Azure Batch infrastructure resources are terminated when the Execution is killed by the user #93

Closed anna-geller closed 4 months ago

anna-geller commented 4 months ago

Feature description

When the user kills the Execution, the Azure Batch container will continue running. We want to terminate such a container/VM/job to avoid unnecessary costs.

TL;DR Killing an execution should lead to killing the Azure Batch job