mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 12:46:12 +02:00
Merge branch 'main' into develop
This commit is contained in:
commit
9e5166d991
4 changed files with 15 additions and 17 deletions
|
@ -116,9 +116,10 @@
|
|||
(db/inet ip-addr)
|
||||
(db/tjson (:props event))
|
||||
(db/tjson (d/without-nils (:context event)))]))
|
||||
events (us/conform ::events events)
|
||||
rows (into [] prepare-xf events)]
|
||||
(db/insert-multi! pool :audit-log columns rows))
|
||||
events (us/conform ::events events)]
|
||||
(when (seq events)
|
||||
(->> (into [] prepare-xf events)
|
||||
(db/insert-multi! pool :audit-log columns))))
|
||||
(catch Throwable e
|
||||
(let [xdata (ex-data e)]
|
||||
(if (= :spec-validation (:code xdata))
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
:task :audit-log-archive})
|
||||
|
||||
(when (contains? cf/flags :audit-log-gc)
|
||||
{:cron #app/cron "0 0 * * * ?" ;; every 1h
|
||||
{:cron #app/cron "0 0 0 * * ?" ;; daily
|
||||
:task :audit-log-gc})
|
||||
|
||||
(when (or (contains? cf/flags :telemetry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue