0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 12:59:12 -05:00

Add minor logging improvements to worker namespace

This commit is contained in:
Andrey Antukh 2023-08-31 21:09:18 +02:00
parent 750cf05784
commit a3495800b5

View file

@ -207,7 +207,7 @@
(db/create-array conn "uuid" ids)]]
(db/exec-one! conn sql)
(l/debug :hist "dispatcher: queue tasks"
(l/dbg :hist "dispatcher: queue tasks"
:queue queue
:tasks (count ids)
:queued res)))
@ -433,9 +433,9 @@
:else
(try
(l/debug :hint "worker: executing task"
(l/dbg :hint "worker: executing task"
:name (:name task)
:id (:id task)
:id (str (:id task))
:queue queue
:worker-id worker-id
:retry (:retry-num task))