Skip to content

Commit 3e29285

Browse files
committed
Merge pull request #1300 from twobraids/stats-correction
fixes bug 883837 - re-enabled stats for starting new jobs
2 parents 69ba88e + 9a48357 commit 3e29285

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

socorro/processor/legacy_processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ def convert_raw_crash_to_processed_crash(self, raw_crash, raw_dumps):
274274
275275
input parameters:
276276
"""
277-
if self.config.with_old_monitor:
278-
self._statistics.incr('jobs')
277+
self._statistics.incr('jobs')
279278
processor_notes = [self.config.processor_name]
280279
try:
281280
self.quit_check()

0 commit comments

Comments
 (0)