Icon

Executor

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 Executor Streamable

Create a new executor.

Delete Executor Streamable

Delete an executor.

Get Executor Streamable

Get an executor.

List Executors Streamable

Get a list of executors.

Send Heartbeat Streamable

Send a heartbeat for an executor to indicate that it’s alive.

Update Executor Streamable

Update an executor.