We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75b9ff commit 76c44eaCopy full SHA for 76c44ea
1 file changed
packages/nhsNotifyLambda/src/utils.ts
@@ -64,8 +64,7 @@ export async function drainQueue(logger: Logger, maxTotal = 100): Promise<Array<
64
WaitTimeSeconds: 20, // Use long polling to avoid getting empty responses when the queue is small
65
MessageAttributeNames: [
66
"MessageDeduplicationId",
67
- "MessageGroupId",
68
- "SequenceNumber"
+ "MessageGroupId"
69
]
70
})
71
0 commit comments