12 lines
411 B
Markdown
12 lines
411 B
Markdown
# oc-scheduler
|
|
|
|
oc-schedulerd is a daemon performing to actions at the same time :
|
|
- subscribing to the local NATS instance' custom channels for message commanding either the scheduling or the removing of an execution.
|
|
- polling oc-catalog for scheduled executions
|
|
|
|
Depending on the environment it is running in, oc-schedulerd will either :
|
|
- execute the oc-monitord binary
|
|
- run an oc-monitord container
|
|
|
|
|