climate_ref_celery.worker_tasks
#
Celery worker tasks for handling diagnostic execution executions.
handle_result(result, execution_id)
#
Handle the result of a diagnostic execution
This function is called when a diagnostic execution is completed.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
execution_id
|
int
|
The unique identifier for the diagnostic execution |
required |
result
|
ExecutionResult
|
The result of the diagnostic execution |
required |