nvflare.app_common.workflows.error_handling_controller module

class ErrorHandlingController[source]

Bases: Controller, ABC

Manage life cycles of tasks and their destinations.

Parameters:

task_check_period (float, optional) – interval for checking status of tasks. Defaults to 0.2.

handle_client_errors(rc: str, client_task: ClientTask, fl_ctx: FLContext)[source]