Runtime Retries Limit (#1163)
* Implement Runtime Retries * Remove Debug * Action Feedback * Refactor Retries * Fix WithRetires Typo
This commit is contained in:
@@ -17,8 +17,8 @@ message Service {
|
||||
string version = 2;
|
||||
// git url of the source
|
||||
string source = 3;
|
||||
// service metadata
|
||||
map<string,string> metadata = 4;
|
||||
// service metadata
|
||||
map<string,string> metadata = 4;
|
||||
}
|
||||
|
||||
message Event {
|
||||
|
Reference in New Issue
Block a user