From 4cc369ed1add9fc0f879f4b053466a649d7410c9 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 27 Jan 2022 20:07:05 +0100 Subject: [PATCH] Update daily cron job (#10212) Pick a more random time of day to run the daily cron sync to avoid correlating with UTC 00:00. Signed-off-by: SuperQ --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0afc6b33..ec4ead1fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -180,10 +180,10 @@ workflows: branches: ignore: /.*/ image: circleci/golang:1-node - nightly: + daily: triggers: - schedule: - cron: "0 0 * * *" + cron: "49 19 * * *" filters: branches: only: