Skip to main content
Version: 2.5

StatusMessageWatcher

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

Constructors

__init__

  • __init__(*, to_logger, check_period): None
  • Initialize StatusMessageWatcher.


    Parameters

    • keyword-onlyto_logger: logging.Logger
    • keyword-onlycheck_period: timedelta = timedelta(seconds=5)

    Returns None

Page Options