Skip to content

Commit

Permalink
Fix version for a couple configurations (#26491)
Browse files Browse the repository at this point in the history
These were released with 2.4.0.
  • Loading branch information
jedcunningham committed Sep 19, 2022
1 parent 02d22f6 commit cc4902d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/config_templates/config.yml
Expand Up @@ -253,7 +253,7 @@
description: |
The number of seconds each task is going to wait by default between retries. Can be overridden at
dag or task level.
version_added: 2.3.2
version_added: 2.4.0
type: integer
example: ~
default: "300"
Expand Down Expand Up @@ -669,7 +669,7 @@
- name: dag_processor_log_format
description: |
Format of Dag Processor Log line
version_added: 2.3.4
version_added: 2.4.0
type: string
example: ~
default: "[%%(asctime)s] [SOURCE:DAG_PROCESSOR]
Expand Down

0 comments on commit cc4902d

Please sign in to comment.