mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 16:31:39 +02:00
✨ Improve monitors monitor
This commit is contained in:
parent
1bad233e2f
commit
5d2715dd32
3 changed files with 42 additions and 27 deletions
|
@ -40,13 +40,14 @@
|
|||
{:parallelism (cf/get :worker-executor-parallelism 10)
|
||||
:prefix :worker}
|
||||
|
||||
:app.worker/executors-monitor
|
||||
{:executors
|
||||
{:default (ig/ref [::default :app.worker/executor])
|
||||
:blocking (ig/ref [::blocking :app.worker/executor])
|
||||
:worker (ig/ref [::worker :app.worker/executor])}
|
||||
:app.worker/executors
|
||||
{:default (ig/ref [::default :app.worker/executor])
|
||||
:worker (ig/ref [::worker :app.worker/executor])
|
||||
:blocking (ig/ref [::blocking :app.worker/executor])}
|
||||
|
||||
:metrics (ig/ref :app.metrics/metrics)}
|
||||
:app.worker/executors-monitor
|
||||
{:metrics (ig/ref :app.metrics/metrics)
|
||||
:executors (ig/ref :app.worker/executors)}
|
||||
|
||||
:app.migrations/migrations
|
||||
{}
|
||||
|
@ -155,9 +156,7 @@
|
|||
:msgbus (ig/ref :app.msgbus/msgbus)
|
||||
:public-uri (cf/get :public-uri)
|
||||
:audit (ig/ref :app.loggers.audit/collector)
|
||||
:executors
|
||||
{:default (ig/ref [::default :app.worker/executor])
|
||||
:blocking (ig/ref [::blocking :app.worker/executor])}}
|
||||
:executors (ig/ref :app.worker/executors)}
|
||||
|
||||
:app.worker/worker
|
||||
{:executor (ig/ref [::worker :app.worker/executor])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue