mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 06:31:38 +02:00
♻️ Refactor loki integration
Make it implemented as worker thread instead of async process just for simplify it.
This commit is contained in:
parent
1b444a42f2
commit
c84f8808cb
4 changed files with 46 additions and 54 deletions
|
@ -314,9 +314,9 @@
|
|||
:pool (ig/ref :app.db/pool)}
|
||||
|
||||
:app.loggers.loki/reporter
|
||||
{:uri (cf/get :loggers-loki-uri)
|
||||
:receiver (ig/ref :app.loggers.zmq/receiver)
|
||||
:executor (ig/ref [::worker :app.worker/executor])}
|
||||
{:uri (cf/get :loggers-loki-uri)
|
||||
:receiver (ig/ref :app.loggers.zmq/receiver)
|
||||
:http-client (ig/ref :app.http/client)}
|
||||
|
||||
:app.loggers.mattermost/reporter
|
||||
{:uri (cf/get :error-report-webhook)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue