-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Description
Currently the CA configuration is sent to MH at the same time as the state ie on the short heartbeat (see scheduler.set_state. The reference MH CA setup has the CA config set to MH every 600s (10mins), from org.opencastproject.capture.impl.ConfigurationManager.properties:
capture.config.remote.polling.interval=600
this implies that the CA config should be sent on the long heartbeat not the short.
The only thing that changes in the CA config is the mindiskspace but I don't think there is any need to but unnecessary strain on the MH admin node by sending this every 10s by default.
Reactions are currently unavailable