increase batch size on scheduler

This commit is contained in:
Andre Medeiros 2022-07-13 17:01:04 -04:00
parent da20e76d1b
commit ae764077b4

View file

@ -25,8 +25,8 @@ import (
)
const (
batchSize = 250
maxNotificationChecks = 2000
batchSize = 500
maxNotificationChecks = 5000
)
func SchedulerCmd(ctx context.Context) *cobra.Command {