diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index 762474536..7e50c62ae 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -211,11 +211,11 @@ :task :file-offload}) (when (cf/get :audit-archive-enabled) - {:cron #app/cron "0 0 * * * ?" ;; every 1h + {:cron #app/cron "0 */3 * * * ?" ;; every 3m :task :audit-archive}) (when (cf/get :audit-archive-gc-enabled) - {:cron #app/cron "0 */3 * * * ?" ;; every 3m + {:cron #app/cron "0 0 0 * * ?" ;; daily :task :audit-archive-gc}) (when (cf/get :telemetry-enabled)