From 5c49019cdc6fe38e958ef70b79020c3e8e27c172 Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Tue, 3 Dec 2024 17:05:12 -0600 Subject: [PATCH] CA: increase frequency --- tasks/ca.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/ca.yml b/tasks/ca.yml index c3c02e5..468eb8d 100644 --- a/tasks/ca.yml +++ b/tasks/ca.yml @@ -4,7 +4,8 @@ CA-scrape: enabled: true environment: scrapers triggers: - - cron: 0 0,12 * * ? +# - cron: 0 0,12 * * ? + - cron: 0, */4, * * ? memory: 4096 cpu: 512 timeout_minutes: 360