Skip to content

Reschedule redis cache update to Saturday 11:00 am UTC to avoid updating in work time for US time zone

Yukuo Wang requested to merge reschedule-redis-cache-update into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [YES] My code follows the code style of this project.

Current Behavior or Linked Issues


Redis cache performs update on Friday 17:00 UTC, which is still the working hours for US time zone. Services will be impacted and alerts are triggered during the update. To avoid the impact in working hours, need to delay the update to Saturday 11:00 UTC, which is off peak hours world wide.

Does this introduce a breaking change?


  • [No]

Other information


None

Merge request reports