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

Compare with Current View Page History

Version 1 Next »

Architecture

Communication to and from the Universal Agent goes over an HTTP connection which is established by JobScheduler Master.

This HTTP connection is used for

  • all commands from the Master to the agent
    • starting jobs
    • killing jobs
    • subscribing for file watching
  • all data sent from the agent to JobScheduler Master
    • API calls (logging...)
    • file watching notifications

Data sent from an agent task to JobScheduler Master is first sent to the JobScheduler Universal Agent main process, which then forwards the data through the existing HTTP connection back to JobScheduler Master.

  • No labels