Runtime Retries Limit (#1163)

* Implement Runtime Retries

* Remove Debug

* Action Feedback

* Refactor Retries

* Fix WithRetires Typo
This commit is contained in:
ben-toogood
2020-02-07 12:02:41 +00:00
committed by GitHub
parent 19c454ec4b
commit fe7f5a4134
6 changed files with 90 additions and 70 deletions

View File

@@ -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 {