mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
change cron to schedule at 10:30
This commit is contained in:
parent
a69d1240c8
commit
07475e69a4
1 changed files with 4 additions and 4 deletions
|
|
@ -74,10 +74,10 @@ interface RankedTitle {
|
|||
|
||||
export const CREATE_DIGEST_JOB = 'create-digest'
|
||||
export const CRON_PATTERNS = {
|
||||
// every day at 1PM UTC
|
||||
daily: '0 13 * * *',
|
||||
// every Sunday at 1PM UTC
|
||||
weekly: '0 13 * * 7',
|
||||
// every day at 10:30 UTC
|
||||
daily: '0 30 10 * * *',
|
||||
// every Sunday at 10:30 UTC
|
||||
weekly: '0 30 10 * * 7',
|
||||
}
|
||||
|
||||
let digestDefinition: DigestDefinition
|
||||
|
|
|
|||
Loading…
Reference in a new issue