mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 14:41:37 +02:00
✨ Change execution model of storage.tmp cleaner
This commit is contained in:
parent
0600b2abe4
commit
69011007ac
2 changed files with 24 additions and 23 deletions
|
@ -166,10 +166,9 @@
|
|||
:executor (ig/ref ::wrk/executor)
|
||||
:redis (ig/ref ::rds/redis)}
|
||||
|
||||
;; TODO: refactor execution model
|
||||
:app.storage.tmp/cleaner
|
||||
{:executor (ig/ref ::wrk/executor)
|
||||
:scheduled-executor (ig/ref ::wrk/scheduled-executor)}
|
||||
{::wrk/executor (ig/ref ::wrk/executor)
|
||||
::wrk/scheduled-executor (ig/ref ::wrk/scheduled-executor)}
|
||||
|
||||
::sto/gc-deleted-task
|
||||
{:pool (ig/ref ::db/pool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue