mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
✨ Change default task schedule
This commit is contained in:
parent
f394e8dba3
commit
c184ab58a3
@ -361,27 +361,27 @@
|
|||||||
:tasks (ig/ref :app.worker/registry)
|
:tasks (ig/ref :app.worker/registry)
|
||||||
:pool (ig/ref :app.db/pool)
|
:pool (ig/ref :app.db/pool)
|
||||||
:entries
|
:entries
|
||||||
[{:cron #app/cron "0 0 0 * * ?" ;; daily
|
[{:cron #app/cron "0 0 * * * ?" ;; hourly
|
||||||
:task :file-gc}
|
|
||||||
|
|
||||||
{:cron #app/cron "0 0 * * * ?" ;; hourly
|
|
||||||
:task :file-xlog-gc}
|
:task :file-xlog-gc}
|
||||||
|
|
||||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||||
:task :storage-gc-deleted}
|
|
||||||
|
|
||||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
|
||||||
:task :storage-gc-touched}
|
|
||||||
|
|
||||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
|
||||||
:task :session-gc}
|
:task :session-gc}
|
||||||
|
|
||||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||||
:task :objects-gc}
|
:task :objects-gc}
|
||||||
|
|
||||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||||
|
:task :storage-gc-deleted}
|
||||||
|
|
||||||
|
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||||
|
:task :storage-gc-touched}
|
||||||
|
|
||||||
|
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||||
:task :tasks-gc}
|
:task :tasks-gc}
|
||||||
|
|
||||||
|
{:cron #app/cron "0 0 2 * * ?" ;; daily
|
||||||
|
:task :file-gc}
|
||||||
|
|
||||||
{:cron #app/cron "0 30 */3,23 * * ?"
|
{:cron #app/cron "0 30 */3,23 * * ?"
|
||||||
:task :telemetry}
|
:task :telemetry}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user