mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 19:08:29 +02:00
✨ Move worker runner to a separated namespace
This commit is contained in:
parent
4ccea6b2cf
commit
3a67e51f2f
6 changed files with 284 additions and 253 deletions
|
@ -156,8 +156,8 @@
|
|||
:app.loggers.database/reporter
|
||||
:app.worker/cron
|
||||
:app.worker/dispatcher
|
||||
[:app.main/default :app.worker/worker]
|
||||
[:app.main/webhook :app.worker/worker]))
|
||||
[:app.main/default :app.worker/runner]
|
||||
[:app.main/webhook :app.worker/runner]))
|
||||
_ (ig/load-namespaces system)
|
||||
system (-> (ig/prep system)
|
||||
(ig/init))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue