...
- JobScheduler Master and Agents check availability of the communication partner by regularly sending heartbeats.
- Heartbeats are sent via the HTTP connection that is established by the Master to the Agent. Bi-directional heartbeats make use of this connection.
- The Agent receives HTTP POST requests from the Master and will respond within 5sshort time, independently from the completion of the command that has been requested by the Master.
- The Master will repeat sending further HTTP POST requests and accepting acknowledgements until the Agent sends the final response, i.e. after completion of a task.
- This allows Master and Agent to check if a connection has been lost and if it can be re-established.
Display feature availability StartingFromRelease 1.10.2
...