task_ready
Called when a task is completed.
def task_ready(
request: object
) - > object
Called when a task is completed.
Parameters
| Name | Type | Description |
|---|---|---|
| request | object | The request object associated with the completed task |
Returns
| Type | Description |
|---|---|
object | The result of the internal __ready function call, typically signaling the completion of the request lifecycle |