Skip to content

Commit

Permalink
Revert "Rate limit is increased; Pull more messages (#144)" (#145)
Browse files Browse the repository at this point in the history
This reverts commit 20f429d.
  • Loading branch information
mohit authored Sep 14, 2018
1 parent 20f429d commit 64f946a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/workflow_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func PollForPendingWorkflowsAndUpdateStore(ctx context.Context, wm WorkflowManag
return
default:
out, err := sqsapi.ReceiveMessageWithContext(ctx, &sqs.ReceiveMessageInput{
MaxNumberOfMessages: aws.Int64(15),
MaxNumberOfMessages: aws.Int64(10),
QueueUrl: aws.String(sqsQueueURL),
})
if err != nil {
Expand Down

0 comments on commit 64f946a

Please sign in to comment.