ephraimbuddy commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r652529783
##########
File path: airflow/jobs/backfill_job.py
##########
@@ -164,6 +165,9 @@ def __init__( # pylint: disable=too-many-arguments
:param rerun_failed_tasks: flag to whether to
auto rerun the failed task in backfill
:type rerun_failed_tasks: bool
+ :param rerun_succeeded_tasks: flag to whether to
+ auto rerun the failed task in backfill
Review comment:
```suggestion
auto rerun the succeeded task in backfill
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]