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

Support for Schedulers configuration #13

Open
ryanClift-sd opened this issue Mar 24, 2022 · 0 comments
Open

Support for Schedulers configuration #13

ryanClift-sd opened this issue Mar 24, 2022 · 0 comments

Comments

@ryanClift-sd
Copy link

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Support for configuration attribute that allows setting the number of Apache Airflow Schedulers for the MWAA Environment as listed here Schedulers

Expected Behavior

Ability to set Scheduler Count for MWAA environment creation or updating

Use Case

We needed to increase the number of Airflow Schedulers run in our MWAA environment

Describe Ideal Solution

Ability to set the Schedulers configuration parameter

Alternatives Considered

Deploying MWAA terraform code without the parameter, once the environment is up then we manually adjust this single parameter and have reboot it manually via the UI

Additional Context

I couldn't find any reference to an actual airflow configuration parameter that I could provide via the "airflow_configuration_options" to adjust the number of schedulers that run for the airflow instance. I could change the DAG processing threads, but not the total # of schedulers that are running via the airflow configuration.

Airflow Scheduler Concept
AmazonMWAA Api Changelog 2021-05-26

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