diff --git a/internal/worker/notifications.go b/internal/worker/notifications.go index 8665c29..e4fdbcd 100644 --- a/internal/worker/notifications.go +++ b/internal/worker/notifications.go @@ -93,7 +93,7 @@ func (nw *notificationsWorker) Start() error { nw.logger.Info("starting up notifications worker", zap.Int("consumers", nw.consumers)) - prefetchLimit := int64(nw.consumers * 2) + prefetchLimit := int64(nw.consumers * 10) if err := queue.StartConsuming(prefetchLimit, pollDuration); err != nil { return err