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:
parent
8dba55d5cb
commit
3fb3a92a8f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue