Skip to content

Commit

Permalink
Change periodic jobs trigger time
Browse files Browse the repository at this point in the history
- Change periodic jobs trigger time to UTC-0 04:00, 09:00 and 16:00
  to avoid fusioncloud long job miss trigger point

Related-Bug: theopenlab/openlab#130
  • Loading branch information
kiwik committed Dec 13, 2018
1 parent 5af108f commit c0981d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zuul.d/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@

- pipeline:
name: periodic
description: Jobs in this queue are triggered on a timer. UTC-0 04:00, 08:00 and 16:00
description: Jobs in this queue are triggered on a timer. UTC-0 04:00, 09:00 and 16:00
manager: independent
precedence: low
trigger:
timer:
- time: '0 4,8,16 * * *'
- time: '0 4,9,16 * * *'
success:
mysql:
failure:
Expand Down

0 comments on commit c0981d3

Please sign in to comment.