Configure runners attached to the conductor
through the portal.
Configuring runners includes defining network location and attributes for each runner service.
conductor
runner
s run individual jobs passed on to it from the conductor
server
/queue
.
Conductor queue
sends jobs to a runner through gRPC
.
status
- reports back with the state of the runner (defined in States)start
- receives job commands and begins execution
available
running
undefined
- not a good state to be in; issue a restart of this runner's service
The runner executes job commands and when finished reports that the runner is available for new jobs.
TODO
TODO
TODO
TODO
TODO