Skip to content

Commit

Permalink
B-22056 - flip wipeNotificationQueues to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mchugh committed Jan 20, 2025
1 parent dc11bfd commit a7129bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/milmove/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func buildRoutingConfig(appCtx appcontext.AppContext, v *viper.Viper, redisPool
}

// Notification Receiver
notificationReceiver, err := notifications.InitReceiver(v, appCtx.Logger(), false)
notificationReceiver, err := notifications.InitReceiver(v, appCtx.Logger(), true)
if err != nil {
appCtx.Logger().Fatal("notification receiver not enabled", zap.Error(err))
}
Expand Down

0 comments on commit a7129bc

Please sign in to comment.