-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ## This stack Improve logging to help troubleshooting. ## This diff Bumping the stats from the logging methods helps keep things consistent by making the mapping between Scuba and ODS easy to discover and to understand. It also helps keep the main loop readable. While this is mostly a refactoring, I noticed that we were using `process_failed` for two completely unrelated cases with different semantics, oops. Let's add a `process_retriable_error` to fix that ambiguity. Reviewed By: mitrandir77 Differential Revision: D66699635 fbshipit-source-id: 224c4c9a73fbf1b1632c9a0ed2c5dcc5f6941c3c
- Loading branch information
1 parent
60ad73e
commit fbc6266
Showing
2 changed files
with
29 additions
and
13 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