Skip to content

Commit

Permalink
docs: add crash to task actions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Miksus committed Jul 23, 2022
1 parent 9f2f5ab commit a2f001d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbooks/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Types of task actions:
- ``fail``: Logged when a task finishes with an error.
- ``terminate``: Logged when a task is terminated before it finished.
- ``inaction``: Special action to indicate the task did nothing. Requires raising a special exception.

- ``crash``: The task had previously silently crashed. This is to indicate that the task is no longer running.

Log Record
----------
Expand Down

0 comments on commit a2f001d

Please sign in to comment.