Retry mechanisms for application based on timing of the day

Hi @shijingg - I’d create a custom task to put apps with downtime in maintenance mode during their scheduled downtime period. Here’s how it would work at a high level:

  • Run a task to schedule a workflow to execute at the start of the downtime window
  • The workflow would set the app into maintenance mode
  • Set the expiration of the maintenance period to be when the downtime period ends

This way you will not have to continuously retry provisioning during down time periods and be able to manage these maintenance periods on a schedule.

Hope this helps!