Move worker runner to a separated namespace

This commit is contained in:
Andrey Antukh 2024-04-02 15:22:46 +02:00 committed by Andrés Moya
parent 4ccea6b2cf
commit 3a67e51f2f
6 changed files with 284 additions and 253 deletions

View file

@ -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))]