mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 16:01:39 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
9bc2f7dce4
5 changed files with 20 additions and 14 deletions
|
@ -140,10 +140,13 @@
|
|||
(when-let [[reason batch] (a/<! input)]
|
||||
(let [result (a/<! (update-sessions cfg batch))]
|
||||
(mcnt :inc)
|
||||
(if (ex/exception? result)
|
||||
(cond
|
||||
(ex/exception? result)
|
||||
(l/error :task "updater"
|
||||
:hint "unexpected error on update sessions"
|
||||
:cause result)
|
||||
|
||||
(= :size reason)
|
||||
(l/debug :task "updater"
|
||||
:action "update sessions"
|
||||
:reason (name reason)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue