Merge branch 'main' into develop

This commit is contained in:
Andrey Antukh 2021-09-29 11:29:01 +02:00
commit 9e5166d991
4 changed files with 15 additions and 17 deletions

View file

@ -215,7 +215,7 @@
:task :audit-log-archive})
(when (contains? cf/flags :audit-log-gc)
{:cron #app/cron "0 0 * * * ?" ;; every 1h
{:cron #app/cron "0 0 0 * * ?" ;; daily
:task :audit-log-gc})
(when (or (contains? cf/flags :telemetry)