Skip to content

Commit

Permalink
Update UPDATING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kaxil Naik <[email protected]>
  • Loading branch information
yuqian90 and kaxil committed Jul 31, 2021
1 parent 7868928 commit 64b3f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ If you are using DAGs Details API endpoint, use `max_active_tasks` instead of `c

When marking a task success/failed in Graph View, its downstream tasks that are in failed/upstream_failed state are automatically cleared.

### Clearing a running task sets its state to RESTARTING
### Clearing a running task sets its state to `RESTARTING`

Previously, clearing a running task sets its state to SHUTDOWN. The task gets killed and goes into FAILED state. After [#16681](https://github.com/apache/airflow/pull/16681), clearing a running task sets its state to RESTARTING. The task is eligible for retry without going into FAILED state.
Previously, clearing a running task sets its state to `SHUTDOWN`. The task gets killed and goes into `FAILED` state. After [#16681](https://github.com/apache/airflow/pull/16681), clearing a running task sets its state to `RESTARTING`. The task is eligible for retry without going into `FAILED` state.

### Remove `TaskInstance.log_filepath` attribute

Expand Down

0 comments on commit 64b3f40

Please sign in to comment.