We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2bfa commit 025d20dCopy full SHA for 025d20d
app/api/notify-callback/route.ts
@@ -7,7 +7,7 @@ import { UpdateCommand } from "@aws-sdk/lib-dynamodb";
7
import { dynamoDBDocumentClient, sqsClient } from "@lib/integration/awsServicesConnector";
8
import { headers, type UnsafeUnwrappedHeaders } from "next/headers";
9
10
-const SQS_REPROCESS_SUBMISSION_QUEUE_NAME = "reprocess_submission_queue.fifo";
+const SQS_REPROCESS_SUBMISSION_QUEUE_NAME = "reliability_reprocessing_queue";
11
12
let queueUrlRef: string | null = null;
13
0 commit comments