Move the daily periodic trigger earlier
The current time of 06:00 often clashes with the beginning of the workday in Europe. Looking at current Grafana data, we seem to be having a period of reduced load starting at around 00:00, so starting the periodic jobs at 02:00 would hopefully allow us to better utilize our resources. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I4bd41fd0668d65aa3f4e00bc03f7df71676ab265
This commit is contained in:
parent
63be835e31
commit
09c5874f30
@ -118,7 +118,7 @@
|
||||
precedence: low
|
||||
trigger:
|
||||
timer:
|
||||
- time: '0 6 * * *'
|
||||
- time: '0 2 * * *'
|
||||
|
||||
- pipeline:
|
||||
name: tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user