From a28ef3fdb6429de93913f010346400211a0bfcac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Nov 2017 18:00:15 +0100 Subject: dashboard/app: reduce email polling interval Email latency is important for job results, reduce it from 10 to 1 minute. --- dashboard/app/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml index fba749cd0..7b773b64c 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -1,3 +1,3 @@ cron: - url: /email_poll - schedule: every 10 minutes + schedule: every 1 minutes -- cgit mrf-deployment