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 a73dc80 commit b77ece1Copy full SHA for b77ece1
apps/webapp/app/services/endpoints/performEndpointIndexService.ts
@@ -492,6 +492,11 @@ async function updateEndpointIndexWithError(
492
recentIndexes.length === MAX_SEQUENTIAL_FAILURE_COUNT - 1 &&
493
recentIndexes.every((index) => index.status === "FAILURE")
494
) {
495
+ logger.debug("Disabling endpoint", {
496
+ endpointId,
497
+ error,
498
+ });
499
+
500
await prismaClient.endpoint.update({
501
where: {
502
id: endpointId,
0 commit comments