diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-17 18:00:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-17 18:00:15 +0100 |
| commit | a28ef3fdb6429de93913f010346400211a0bfcac (patch) | |
| tree | aadc29eaaba08bdce3332d9a699fde8d8ec585d9 | |
| parent | bcf027edf80d73b1b91db732f7fc6bfe227dbd41 (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.yaml | 2 |
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 |
