Skip to content
Change Schedulers

Change Schedulers

Some tasks on the infrastructure need to be timed specifically regarding:

  • Execution precisely at a date and time
  • Parallel execution of deploy or decom tasks
  • Sequential updates of related shared data

The change scheduler allows timing / configuration of these actions (Deploy, Decom, Update Shared Data). All change schedulers are listed on the respective page.

change-schedule.png

Actions

  • Deploy: for all defined Service Instances in a deployable state, start deployment of the first phase. Retries are supported.
  • Decom: for all defined Service Instances in a deployable state, start decommissioning of the first phase. Retries are supported.
  • Update shared data: for all defined Service Instances in a deployable state, update shared data and start deployment of the first phase in case “autodeploy” is enabled. Retry is not supported.

Implementation detail

Change schedulers are started every minute, so they are not precise to the second.

Last updated on