-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log driver response when it comes in (#2009)
# Description Currently we first `.join_all()` the driver `/solve` requests and only afterwards issue logs. The metrics correctly measure the time each requests takes but the logs make it look like all drivers respond at the same time which is confusing. # Changes Move logging / metrics into future created for `.join_all()` to issue the logs exactly when each individual `driver` returns their response. # Test Plan compiler
- Loading branch information
1 parent
7e6cbcc
commit 9d8d255
Showing
1 changed file
with
21 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters