Skip to content

Commit

Permalink
processing: make consumer logging less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskont committed Apr 12, 2023
1 parent 58c7984 commit c3ca576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/stream_consume_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func ConsumeRedis(c ConfigConsumeRedis) error {
WithField("worker", worker).
WithField("queue", c.Key)

tick := time.NewTicker(5 * time.Second)
tick := time.NewTicker(30 * time.Second)
defer tick.Stop()

var count int
Expand Down

0 comments on commit c3ca576

Please sign in to comment.