Versions Compared

    Key

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

    Synopsis

    worker_flight_check_path = path

    The flight check path is used to specify where the Worker should look for flight-check programs (preflight, postflight).

    worker_flight_check_path = path

    Specifies the flight-check path for this Worker, which This may be a comma-separated list of paths to specify multiple locations. For details, including how the flight-check path should be structured inside, see Flight-Checks (Preflights and Postflights)

    Example

    worker_flight_check_path="/apps/qube/custom/flightChecks"

    Defaults

    $QBDIR/flightCheck

    See Also

    Flight-Checks (Preflights and Postflights)

    ...