Re: [PR] Handle task adoption for batch executor [airflow]

2024-05-14 Thread via GitHub
vincbeck merged PR #39590: URL: https://github.com/apache/airflow/pull/39590 -- 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: commits-unsubscr...@airflow

Re: [PR] Handle task adoption for batch executor [airflow]

2024-05-13 Thread via GitHub
hussein-awala commented on code in PR #39590: URL: https://github.com/apache/airflow/pull/39590#discussion_r1599119239 ## airflow/providers/amazon/aws/executors/batch/batch_executor.py: ## @@ -306,14 +307,22 @@ def attempt_submit_jobs(self): self.pending_job

[PR] Handle task adoption for batch executor [airflow]

2024-05-13 Thread via GitHub
vincbeck opened a new pull request, #39590: URL: https://github.com/apache/airflow/pull/39590 Add the feature to adopt abandoned tasks in the Batch executor. Similar to #37786 but with Batch. --- **^ Add meaningful description above** Read the **[Pull