Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    supervisor_max_worker_requeue = retries

    Retries is the maximum number of attempts the Supervisor will make to assign a job to a Worker host that claims to have available CPUs. It will continue to make the attempts every 4 minutes until the retries attempts have been made and give up on that host until the next event, either a job submission or modification.

    Example

    supervisor_max_worker_requeue = 12

    ...