joern-m-h opened a new issue, #59779:
URL: https://github.com/apache/airflow/issues/59779
### Description
The AzureBatchOperator currently has no option to set it to `deferrable`,
which would allow the task to be run by an async low-resource worker
("triggerer"). Therefore Azure Batch tasks block a regular worker, even though
they only ping the Azure platform from time to time.
I propose to add this parameter and changing the operator to use
asynchronous calls.
As a reference, the AWS Batch operator has a parameter `deferrable`.
### Use case/motivation
Adding this parameter and changing the operator to use asynchronous calls
would reduce resource consumption when using Azure Batch.
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]