Helper ClassesVersion: 2.5On this pageStatusMessageWatcher Utility class for logging status messages from another Actor run. Status message is logged at fixed time intervals, and there is no guarantee that all messages will be logged, especially in cases of frequent status message changes.Index Constructors__init__Constructors __init__ __init__(*, to_logger, check_period): NoneInitialize StatusMessageWatcher. Parameterskeyword-onlyto_logger: logging.Loggerkeyword-onlycheck_period: timedelta = timedelta(seconds=5)Returns None
Utility class for logging status messages from another Actor run.
Status message is logged at fixed time intervals, and there is no guarantee that all messages will be logged, especially in cases of frequent status message changes.