The Gaudi Framework
master (37c0b60a)
|
Functions | |
list[Configurable] | base_config () |
list[Configurable] | add_event_timeout (list[Configurable] conf, int timeout_seconds) |
def | config () |
list[Configurable] event_timeout_check.add_event_timeout | ( | list[Configurable] | conf, |
int | timeout_seconds | ||
) |
Take a configuration and adds a check on events reaching a timeout.
Definition at line 47 of file event_timeout_check.py.
list[Configurable] event_timeout_check.base_config | ( | ) |
Example configuration of a job with no input and a algorithm that looks stuck.
Definition at line 36 of file event_timeout_check.py.
def event_timeout_check.config | ( | ) |
Definition at line 72 of file event_timeout_check.py.