Skip to content

Commit d382d31

Browse files
committed
chore: update README.md
1 parent 374e299 commit d382d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ Here is an example of using this module:
200200
| <a name="input_weekly_maintenance_window_start"></a> [weekly\_maintenance\_window\_start](#input\_weekly\_maintenance\_window\_start) | Specifies the start date for the weekly maintenance window. | `string` | `null` | no |
201201
| <a name="input_worker_logs_enabled"></a> [worker\_logs\_enabled](#input\_worker\_logs\_enabled) | Enabling or disabling the collection of logs for the workers | `bool` | `false` | no |
202202
| <a name="input_worker_logs_level"></a> [worker\_logs\_level](#input\_worker\_logs\_level) | Workers logging level. Valid values: CRITICAL, ERROR, WARNING, INFO, DEBUG | `string` | `"INFO"` | no |
203+
| <a name="input_worker_replacement_strategy"></a> [worker\_replacement\_strategy](#input\_worker\_replacement\_strategy) | The worker replacement strategy to use when updating the environment. Valid values: `FORCED`, `GRACEFUL`. `FORCED` means Apache Airflow workers will be stopped and replaced without waiting for tasks to complete before an update. `GRACEFUL` means Apache Airflow workers will be able to complete running tasks for up to 12 hours during an update before being stopped and replaced. | `string` | `null` | no |
203204

204205
## Outputs
205206

@@ -391,7 +392,7 @@ All other trademarks referenced herein are the property of their respective owne
391392

392393
## Copyrights
393394

394-
Copyright © 2022-2025 [Cloud Posse, LLC](https://cloudposse.com)
395+
Copyright © 2022-2026 [Cloud Posse, LLC](https://cloudposse.com)
395396

396397

397398

0 commit comments

Comments
 (0)