Tick m evaluation completes in the mass rebuildere
This commit is contained in:
parent
d749fe5f4d
commit
cdb88316b9
|
@ -266,6 +266,11 @@ fn events() -> Vec<MetricType> {
|
|||
"Number of failed fetches for GitHub issues",
|
||||
None,
|
||||
),
|
||||
Metric::ticker(
|
||||
"TaskEvaluationCheckComplete",
|
||||
"Number of completed evaluation tasks",
|
||||
None,
|
||||
),
|
||||
/*
|
||||
Metric::counter(
|
||||
"TimeElapsed",
|
||||
|
|
|
@ -510,6 +510,8 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
|
|||
);
|
||||
}
|
||||
|
||||
self.events.notify(Event::TaskEvaluationCheckComplete);
|
||||
|
||||
return self.actions().done(&job, response);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue