-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more logging to Deeply Read & reduce bugs (#27011)
* refactor(DeeplyRead): add recovery and logging We recently stopped receiving data for Deeply Read, but our current logging was insufficient to correctly identify the source of the error, so we add more logging to help future developers investigate where things may have gone awry. We also may have fixed a bug by flattening, rather than getting, where Seq[Option[Trail]] was turned into Seq[Trail]. It is possible that previously any issue in querying CAPI for any of the trail would result in the entire Future to fail. * chore(format): apply scalafmt --------- Co-authored-by: Alina Boghiu <[email protected]>
- Loading branch information
1 parent
673f47b
commit a11602c
Showing
2 changed files
with
52 additions
and
33 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
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