-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API models and rebuilt service gems.
- Loading branch information
1 parent
86cccb9
commit 254f8de
Showing
50 changed files
with
3,838 additions
and
57 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
{ | ||
"version": 2, | ||
"waiters": { | ||
"version" : 2, | ||
"waiters" : { | ||
"HarvestJobFinished" : { | ||
"delay" : 2, | ||
"maxAttempts" : 60, | ||
"operation" : "GetHarvestJob", | ||
"acceptors" : [ { | ||
"matcher" : "path", | ||
"argument" : "Status", | ||
"state" : "success", | ||
"expected" : "COMPLETED" | ||
}, { | ||
"matcher" : "path", | ||
"argument" : "Status", | ||
"state" : "success", | ||
"expected" : "CANCELLED" | ||
}, { | ||
"matcher" : "path", | ||
"argument" : "Status", | ||
"state" : "failure", | ||
"expected" : "FAILED" | ||
}, { | ||
"matcher" : "path", | ||
"argument" : "Status", | ||
"state" : "retry", | ||
"expected" : "QUEUED" | ||
}, { | ||
"matcher" : "path", | ||
"argument" : "Status", | ||
"state" : "retry", | ||
"expected" : "IN_PROGRESS" | ||
} ] | ||
} | ||
} | ||
} | ||
} |
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.