From 9765227aa00007e3a01275b65e2e487ec2f84bdd Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Tue, 7 May 2024 08:16:22 -0700 Subject: [PATCH] bump up ATProto polling frequency to just 1m after last poll finished --- cron.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.yaml b/cron.yaml index e37338e..2d0424c 100644 --- a/cron.yaml +++ b/cron.yaml @@ -4,10 +4,10 @@ cron: - description: ATProto poll posts url: /queue/atproto-poll-posts - schedule: every 5 minutes + schedule: every 1 minutes target: default - description: ATProto poll notifications url: /queue/atproto-poll-notifs - schedule: every 5 minutes + schedule: every 1 minutes target: default