Merged in fix/logging-warmup-background (pull request #3232)

Fix/logging warmup background

* fix: logging in background functions

* fix logging

* fix logging

* fix logging


Approved-by: Linus Flood
This commit is contained in:
Joakim Jäderberg
2025-11-26 12:21:42 +00:00
committed by Linus Flood
parent 26f3b5bdd0
commit 4174d43e16
3 changed files with 46 additions and 36 deletions

View File

@@ -49,7 +49,7 @@ export async function POST() {
revalidateManuallyLogger.info(`Tag: ${tag}`)
revalidateTag(tag)
cacheClient.deleteKey(tag, { fuzzy: true })
cacheClient.deleteKey(tag, { fuzzy: false })
return Response.json({ revalidated: true, now: Date.now() })
} catch (error) {