Skip to content

Commit

Permalink
Remove NewSeventhJitter reference in integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini committed Nov 13, 2024
1 parent e4e6b86 commit 8931597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/event-handler/session_events_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (j *SessionEventsJob) processMissingRecordings(ctx context.Context) error {
return nil
})

jitter := retryutils.NewSeventhJitter()
jitter := retryutils.SeventhJitter
timer := time.NewTimer(jitter(initialProcessingDelay))
defer timer.Stop()

Expand Down

0 comments on commit 8931597

Please sign in to comment.