perago.TaskFailed#

exception perago.TaskFailed(reason)[源代码]#

Raised when a task attempt should be reported as retryable FAILED.

Use this for execution failures where retrying the same Conductor input may succeed, such as transient upstream service errors.

Parameters:
reasonstr

Short diagnostic reason reported to Conductor.

参数:

reason (str)

返回类型:

None