mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 19:43:48 +00:00
📎 Minor changes to cron schedule.
This commit is contained in:
parent
8dba55d5cb
commit
3fb3a92a8f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user