From bbd75638f15422ece5934356feea3c246d32c771 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Mon, 1 Sep 2014 22:22:10 -0700 Subject: [PATCH] Move digest cron to 1PM Pacific Time. More likely to be received during working hours than the previous default of midnight UTC (5PM PDT). --- app/cron.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/cron.yaml b/app/cron.yaml index 76277d5..467606c 100644 --- a/app/cron.yaml +++ b/app/cron.yaml @@ -1,3 +1,4 @@ cron: - url: /digest/cron - schedule: every day 00:00 + schedule: every day 13:00 + timezone: America/Los_Angeles