Skip to content

Commit 0d3c349

Browse files
committed
Sets DequeuedAt
1 parent 953a60d commit 0d3c349

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webhook/url_notifier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ func (n *URLNotifier) Stop(force bool) {
103103
func (n *URLNotifier) send(event *livekit.WebhookEvent) error {
104104
// set dropped count
105105
event.NumDropped = n.dropped.Swap(0)
106+
event.DequeuedAt = time.Now().Unix()
106107
encoded, err := protojson.Marshal(event)
107108
if err != nil {
108109
return err

0 commit comments

Comments
 (0)