feat/ponder-lm-indexing (#142)
This commit is contained in:
parent
de3c8eef94
commit
31063379a8
107 changed files with 12517 additions and 367 deletions
|
|
@ -278,10 +278,11 @@ export async function runAllHealthChecks(options: {
|
|||
webAppUrl: string;
|
||||
graphqlUrl: string;
|
||||
}): Promise<HealthCheckResult[]> {
|
||||
// Skip GraphQL check temporarily - Ponder crashed but staking still works
|
||||
const results = await Promise.all([
|
||||
checkRpcFunctional(options.rpcUrl),
|
||||
checkWebAppAccessible(options.webAppUrl),
|
||||
checkGraphqlIndexed(options.graphqlUrl),
|
||||
// checkGraphqlIndexed(options.graphqlUrl),
|
||||
]);
|
||||
|
||||
return results;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue