Correct verb tense for re-running task doc. (#10371)

This commit is contained in:
James Timmins 2020-08-19 01:37:40 -07:00 коммит произвёл GitHub
Родитель ba00db3d6c
Коммит 8368f4949f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -148,9 +148,9 @@ The `backfill command <cli-ref.html#backfill>`_ will re-run all the instances of
Re-run Tasks
------------
Some of the tasks can fail during the scheduled run. Once you have fixed
the errors after going through the logs, you can re-run the tasks by clearing it for the
the errors after going through the logs, you can re-run the tasks by clearing them for the
scheduled date. Clearing a task instance doesn't delete the task instance record.
Instead, it updates ``max_tries`` to ``0`` and set the current task instance state to be ``None``, this forces the task to re-run.
Instead, it updates ``max_tries`` to ``0`` and sets the current task instance state to ``None``, which causes the task to re-run.
Click on the failed task in the Tree or Graph views and then click on **Clear**.
The executor will re-run it.