Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Murdock: Increment metric counters in _process_job
The individual job_{prepare,finalize} are expected to throw exceptions. If one of these throw an exception, the execution continues potentially without incrementing the metric counters. Pulling the counters outside these functions ensure that they are always incremented. Grouping them in the same function call makes it also easier to track their increments
- Loading branch information