mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 08:54:05 +00:00
Process template events at last when following subgraph events order (#439)
* Process template events at last when following subgraph events order * Update mock test indexer
This commit is contained in:
@@ -95,7 +95,7 @@ export class IndexBlockCmd {
|
||||
assert(indexer);
|
||||
assert(database);
|
||||
|
||||
await indexBlock(indexer, config.jobQueue.eventsInBatch, this._argv);
|
||||
await indexBlock(indexer, config.jobQueue.eventsInBatch, config.jobQueue.subgraphEventsOrder, this._argv);
|
||||
|
||||
await database.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user