Skip to content

Commit

Permalink
Add renew webhooks logs (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric authored Nov 9, 2023
1 parent 52ce482 commit e9de5bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ export async function renewWebhooks(pageSize: number): Promise<number> {
},
limit: pageSize,
});
logger.info({ count: webhooks.length }, `Renewing webhooks`);

for (const wh of webhooks) {
// Renew each webhook.
Expand Down

0 comments on commit e9de5bf

Please sign in to comment.