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 f8ccead commit 45e87ccCopy full SHA for 45e87cc
sitio/src/routes/api/internal/healthcheck/+server.ts
@@ -53,7 +53,7 @@ export async function GET() {
53
} else errors.push("no hay scraps");
54
if (lastScrapWithRetweets && lastScrapWithRetweets.length > 0) {
55
const delta = +new Date() - +lastScrapWithRetweets[0].finishedAt;
56
- if (delta > 12 * 60 * 60 * 1000) {
+ if (delta > 16 * 60 * 60 * 1000) {
57
errors.push(
58
`último scrap con ${lastScrapWithRetweets[0].count} retweets hace ${delta}ms (>12h)`,
59
);
0 commit comments