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

Update configs added in 1.10.12 #10561

Merged
merged 1 commit into from
Aug 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
description: |
Fetching serialized DAG can not be faster than a minimum interval to reduce database
read rate. This config controls when your DAGs are updated in the Webserver
version_added: ~
version_added: 1.10.12
type: string
example: ~
default: "10"
Expand Down Expand Up @@ -370,7 +370,7 @@
- name: xcom_backend
description: |
Path to custom XCom class that will be used to store and resolve operators results
version_added: 2.0.0
version_added: 1.10.12
type: string
example: "path.to.CustomXCom"
default: "airflow.models.xcom.BaseXCom"
Expand Down Expand Up @@ -1891,6 +1891,7 @@
description: |
Allows users to launch pods in multiple namespaces.
Will require creating a cluster-role for the scheduler
version_added: 1.10.12
type: boolean
example: ~
default: "False"
Expand Down Expand Up @@ -2265,7 +2266,7 @@
This should be an object and can contain any of the options listed in the ``v1DeleteOptions``
class defined here:
https://github.com/kubernetes-client/python/blob/41f11a09995efcd0142e25946adc7591431bfb2f/kubernetes/client/models/v1_delete_options.py#L19
version_added: ~
version_added: 1.10.12
type: string
example: '{"grace_period_seconds": 10}'
default: ""
Expand Down