aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-17 18:00:15 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-17 18:00:15 +0100
commita28ef3fdb6429de93913f010346400211a0bfcac (patch)
treeaadc29eaaba08bdce3332d9a699fde8d8ec585d9
parentbcf027edf80d73b1b91db732f7fc6bfe227dbd41 (diff)
dashboard/app: reduce email polling interval
Email latency is important for job results, reduce it from 10 to 1 minute.
-rw-r--r--dashboard/app/cron.yaml2
1 files changed, 1 insertions, 1 deletions
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