mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 20:07:15 +02:00
📎 Add minor logging improvements on worker module
This commit is contained in:
parent
c3a0db2431
commit
25001e5b80
3 changed files with 7 additions and 5 deletions
|
@ -119,11 +119,13 @@
|
|||
:next.jdbc/update-count))]
|
||||
(l/trc :hint "submit task"
|
||||
:name task
|
||||
:task-id (str id)
|
||||
:queue queue
|
||||
:label label
|
||||
:dedupe (boolean dedupe)
|
||||
:deleted (or deleted 0)
|
||||
:in (dt/format-duration duration))
|
||||
:delay (dt/format-duration duration)
|
||||
:replace (or deleted 0))
|
||||
|
||||
|
||||
(db/exec-one! conn [sql:insert-new-task id task props queue
|
||||
label priority max-retries interval])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue