0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

📎 Minor changes to cron schedule.

This commit is contained in:
Andrey Antukh 2021-09-29 11:06:50 +02:00
parent 8dba55d5cb
commit 3fb3a92a8f

View file

@ -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)