You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    worker_post_interval = time
    Time specifies how often the Worker should report its status to the Supervisor when it doesn't have anything to do. It is meant to keep the Supervisor up-to-date in the event it forgets about the Worker. The default is 12 hours.

    Example

    worker_post_interval = 600

    Defaults

    43200

    • No labels