2023-10-18 17:04:06 +02:00
|
|
|
# oc-scheduler
|
|
|
|
|
2025-04-18 11:27:24 +02:00
|
|
|
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
|
2024-04-09 11:20:08 +02:00
|
|
|
|
2025-04-18 11:27:24 +02:00
|
|
|
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
|
|
|
|
2024-04-09 11:20:08 +02:00
|
|
|
|