mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 16:54:08 +00:00
Fetch job queue counts for metrics on scraping (#509)
This commit is contained in:
@@ -154,7 +154,7 @@ export class JobRunnerCmd {
|
||||
await startJobRunner(jobRunner);
|
||||
jobRunner.handleShutdown();
|
||||
|
||||
await startMetricsServer(config, indexer, this._currentEndpointIndex);
|
||||
await startMetricsServer(config, jobQueue, indexer, this._currentEndpointIndex);
|
||||
}
|
||||
|
||||
_getArgv (): any {
|
||||
|
||||
Reference in New Issue
Block a user