Skip to content

Commit

Permalink
feat: adding steps for forms handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Kumar Singh committed Feb 19, 2025
1 parent 8d2d91b commit 793831f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/audit-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ export async function sendContinuationMessage(message, context) {
const { sqs } = context;
log.info(`Debug log 6 ${JSON.stringify(payload, null, 2)}`);
log.info(`Debug log 7 ${queueUrl}`);
const queueUrl1 = 'https://sqs.us-east-1.amazonaws.com/282898975672/spacecat-scraping-jobs';
await sqs.sendMessage({
QueueUrl: queueUrl,
// QueueUrl: queueUrl,
QueueUrl: queueUrl1,
MessageBody: JSON.stringify(payload),
});
} catch (e) {
Expand Down

0 comments on commit 793831f

Please sign in to comment.