Skip to content

Commit

Permalink
poll time
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming1997 committed Aug 12, 2024
1 parent 4a56277 commit fe7acd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,6 @@ func (queue *redisQueue) enqueueSchedule() error {
errorCount = 0
}
}
time.Sleep(jitteredDuration(10000))
time.Sleep(jitteredDuration(1000))
}
}

0 comments on commit fe7acd5

Please sign in to comment.