Skip to main content
Version: 48.0.0

Properties

anynines_service_broker.jobs.update_instance_states_interval

The interval in seconds how often the a9s Service Broker syncs the instance state with the a9s Deployer. The default value is 60 seconds.

Example Ops file to change the value to 120 seconds:

---
- type: replace
path: /properties/anynines_service_broker/jobs?/update_instance_states_interval
value: 120

anynines_service_broker.jobs.update_instances_locked_state_interval

The interval in seconds how often the a9s Service Broker updates the instance locked state with the a9s Deployer. The default is 60 seconds. This value is only required when restart/recreate buttons are enabled in the Service Dashboard.

Example Ops file to change the value to 120 seconds:

---
- type: replace
path: /properties/anynines_service_broker/jobs?/update_instances_locked_state_interval
value: 120