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 029f89d commit 380fd43Copy full SHA for 380fd43
lib/cron/cache-pools.ts
@@ -316,6 +316,7 @@ const handler: ScheduledHandler = metricScope((metrics) => async (event: EventBr
316
const pool = await eulerHooksProvider?.getPoolByHook(eulerHook.hook)
317
318
if (!pool) {
319
+ log.info(`No pool found for euler hook ${eulerHook.hook}`)
320
return null
321
}
322
0 commit comments