mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 06:21:37 +02:00
✨ Add several improvements to internal worker impl
Mainly for make the cron jobs do not block the scheduled executor and offload all work to a separate threads
This commit is contained in:
parent
cad1851e95
commit
04b321caae
2 changed files with 64 additions and 65 deletions
|
@ -297,10 +297,10 @@
|
|||
::wrk/executor (ig/ref ::wrk/executor)
|
||||
::session/manager (ig/ref ::session/manager)}
|
||||
|
||||
:app.http.websocket/routes
|
||||
::http.ws/routes
|
||||
{::db/pool (ig/ref ::db/pool)
|
||||
::mtx/metrics (ig/ref ::mtx/metrics)
|
||||
::mbus/msgbus (ig/ref :app.msgbus/msgbus)
|
||||
::mbus/msgbus (ig/ref ::mbus/msgbus)
|
||||
::session/manager (ig/ref ::session/manager)}
|
||||
|
||||
:app.http.assets/routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue