Skip to content

Commit

Permalink
Add debug logging to help with healthcheck issues
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
  • Loading branch information
yorinasub17 committed Oct 4, 2023
1 parent 923e1dc commit 289afd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ async function handler(msg: Message): Promise<void> {
}

async function handleHealthCheck(payload: HealthCheckPayload): Promise<void> {
console.log(`Received healthcheck for request ${payload.requestID}`);
await storeHealthCheckResult(payload.requestID);
}

0 comments on commit 289afd7

Please sign in to comment.