Skip to content

Commit

Permalink
[EWT-569] Airflow Upgrade to 1.10.14 [CP] from 1.10.4+twtr : d5d0a07
Browse files Browse the repository at this point in the history
[CP][AIRFLOW-6561][EWT-290]: Adding priority class and default resource for worker pod. (twitter-forks#47)
  • Loading branch information
abhishekbafna authored and Ayush Sethi committed Dec 20, 2020
1 parent f5350ea commit c54061a
Show file tree
Hide file tree
Showing 6 changed files with 1,234 additions and 4 deletions.
6 changes: 5 additions & 1 deletion airflow/config_templates/default_airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1099,4 +1099,8 @@ fs_group =
# The Key-value pairs to be given to worker pods.
# The worker pods will be given these static labels, as well as some additional dynamic labels
# to identify the task.
# Should be supplied in the format: ``key = value``
# Should be supplied in the format: key = value

[kubernetes_worker_resources]
# EWT-290: This is added adhoc basis to configure the Airflow worker resources.
# This should be removed when the similar functionality is available with Airflow upgrade.
Loading

0 comments on commit c54061a

Please sign in to comment.