From 5577a97976e6f98cd7d62c492d148d80a698a2cc Mon Sep 17 00:00:00 2001 From: Sam Wachspress Date: Thu, 29 Apr 2021 11:30:58 -0500 Subject: [PATCH] update cron --- cron.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron.yaml b/cron.yaml index 51909b72..e6954017 100644 --- a/cron.yaml +++ b/cron.yaml @@ -5,8 +5,10 @@ cron: - description: delete_expired_cache_entries url: /tasks/cleanup_cache + target: dev schedule: every 24 hours - description: generate_bam_bai_signed_download_script url: /tasks/create_bam_bai_download_script + target: dev schedule: every 24 hours \ No newline at end of file