-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retry mechanism to room validation logic (#512)
* Delete specific execution errors, to maintain error history responsibility to each operation executor * Update new scheduler version executor to populate its execution history according to the validation error * Update operation executor methods signatures to use error interface instead of a custom one * Remove commented lines * Remove useless if * Fix messages typos * Remove useless error checking * Remove useless error type * Add retry mechanism to room validation logic * Resolve rebase conflicts * Revert swagger changes * Update internal/core/operations/newschedulerversion/new_scheduler_version_executor_test.go Co-authored-by: Arthur Gonçalves <[email protected]> Co-authored-by: Arthur Gonçalves <[email protected]>
- Loading branch information
1 parent
11e027b
commit 46c4dcc
Showing
6 changed files
with
189 additions
and
44 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
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
Oops, something went wrong.