mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:18:29 +02:00
✨ Improve storage recheck task and add more specs.
This commit is contained in:
parent
340d1d43be
commit
a69a35a0b6
3 changed files with 36 additions and 5 deletions
|
@ -193,11 +193,11 @@
|
|||
:fn (ig/ref :app.tasks.file-xlog-gc/handler)}
|
||||
|
||||
{:id "storage-gc"
|
||||
:cron #app/cron "0 0 0 */1 * ?" ;; daily
|
||||
:cron #app/cron "0 0 */6 * * ?" ;; every 6 hours
|
||||
:fn (ig/ref :app.storage/gc-task)}
|
||||
|
||||
{:id "storage-recheck"
|
||||
:cron #app/cron "0 0 0 */1 * ?" ;; daily
|
||||
:cron #app/cron "0 0 */6 * * ?" ;; every 6 hours
|
||||
:fn (ig/ref :app.storage/recheck-task)}
|
||||
|
||||
{:id "tasks-gc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue