Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pools can now consider tasks in the deferred state as running #35

Open
tim-x-y-z opened this issue Sep 11, 2023 · 0 comments
Open

Pools can now consider tasks in the deferred state as running #35

tim-x-y-z opened this issue Sep 11, 2023 · 0 comments

Comments

@tim-x-y-z
Copy link

The latest version of airflow allows pools to consider defered tasks. It would be great to have this options too in this provider.
Perhaps for example, using it like:

resource "airflow_pool" "defered_inclusive_pool" {
  name = "defered_inclusive_pool"
  slots = 10
  consider_defered = true
}

reference: https://airflow.apache.org/blog/airflow-2.7.0/#additional-new-features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant