Skip to content

Commit

Permalink
Fixed function names
Browse files Browse the repository at this point in the history
  • Loading branch information
johanna-skylight committed Oct 12, 2023
1 parent 19bb37a commit 449d7d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export async function QueueBatchedTestEventPublisher(
}
}

app.timer("QueueBatchedReportStreamUploadTimer", {
app.timer("QueueBatchedReportStreamUploader", {
schedule: "0 */2 * * * *",
handler: QueueBatchedTestEventPublisher,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function queueTrigger(
}

//export default queueTrigger;
app.storageQueue("body", {
app.storageQueue("ReportStreamExceptionHandler", {
queueName: "test-event-publishing-exceptions",
connection: "AZ_STORAGE_QUEUE_CXN_STRING",
handler: queueTrigger,
Expand Down

0 comments on commit 449d7d1

Please sign in to comment.