Sync, Insights, Tasks
... and Workers
Last updated
... and Workers
Last updated
Sync is a process of collecting insights from a server. An insight might be for example a current memory utilization, a load balancer status, an action to enable firewall etc. You can find recently executed tasks below the title of each resource (server, application, load balancer etc).
Every action in ClusterWare that you perform on your infrastructure is asynchronous and encapsulated as a task. A task serves as the fundamental unit that specifies the collection of insights to be collected.
The execution of tasks is managed by a component known as a worker. The worker is responsible for running the task and ensuring that all specified insights are collected.
The tasks are executed by workers in chronological order. If there's no free workers available, the task needs to wait in the queue for the next available worker that finishes its task. Workers can execute only one task at a time.