mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-12 18:47:30 +00:00
Add support for meta query in watcher GQL API (#453)
* Add a method to get meta data for watcher indexing status * Add a flag indicating indexing error to sync status * Codegen changes * Clear indexing error on job-runner startup * Fix lint errors
This commit is contained in:
@@ -115,6 +115,7 @@ export class JobRunnerCmd {
|
||||
// Delete all active and pending (before completed) jobs to start job-runner without old queued jobs
|
||||
await jobRunner.jobQueue.deleteAllJobs('completed');
|
||||
await jobRunner.resetToPrevIndexedBlock();
|
||||
await indexer.updateSyncStatusIndexingError(false);
|
||||
|
||||
await startJobRunner(jobRunner);
|
||||
jobRunner.handleShutdown();
|
||||
|
||||
Reference in New Issue
Block a user