Versions Compared

    Key

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

    ...

    Retries is the total number of attempts the Supervisor will make before giving up on communicating to the postboard target the event the target was looking for has been triggered."post" clients before giving up.

    A "post"-style callback is set up for client programs (such as a GUI or a script) to "subscribe" to events. This requires that the client is listening on a port, and that the client acknowledge the receipt of events, which is where post comes in. Examples of use include the "waiton" option of qbsub, which uses the qbwaitfor() API call. qbsubmitpost() also submits a "post" callback.

    Example

    supervisor_max_postboard_retry = 16

    ...