diff options
author | Valery Piashchynski <[email protected]> | 2021-08-11 13:44:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-11 13:44:41 +0300 |
commit | e855ae9fe5673bd95f45f9a265259cb5ecdc9f81 (patch) | |
tree | 6653231b4ad11ba93d3b1562c38a2798abb467ff /proto | |
parent | de37ed3ae8d08a50d9ffe088c1d58d9dffdf7c9b (diff) |
Remove attempts from the proto, and general jobs options
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'proto')
-rw-r--r-- | proto/jobs/v1beta/jobs.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/jobs/v1beta/jobs.proto b/proto/jobs/v1beta/jobs.proto index dc86e1c2..77d1fb51 100644 --- a/proto/jobs/v1beta/jobs.proto +++ b/proto/jobs/v1beta/jobs.proto @@ -38,7 +38,6 @@ message Options { int64 priority = 1; string pipeline = 2; int64 delay = 3; - int64 attempts = 4; int64 retry_delay = 5; int64 timeout = 6; } |