Manage “Executors” which are responsible for running schedules. From an architectural perspective, executors are separate Docker services which connect to the API, execute a “Run” based on a “Schedule” and provide results. Executors are responsible for spawning workers, which are separate Docker containers to execute a “Run” - once finished, the worker is removed.
This category contains 6 nodes.
Create a new executor.
Delete an executor.
Get an executor.
Get a list of executors.
Send a heartbeat for an executor to indicate that it’s alive.
Update an executor.