Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't be lazy with regard to time computation
Guess what is lazy in its argument! Turns out, unwrap_or_else does not evaluate its closure immediately but only at-need. This means that when we have a back-up in reporting we do not backfill correctly. Womp womp Signed-off-by: Brian L. Troutwine <blt@postmates.com>
- Loading branch information