oc-schedulerd/README.md

12 lines
411 B
Markdown
Raw Normal View History

2023-10-18 17:04:06 +02:00
# 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
2025-03-06 09:33:03 +01:00