Limit total number of operation retries

This commit is contained in:
M66B
2020-02-11 17:46:04 +01:00
parent 0456c85e9a
commit 8bb5f2f902
7 changed files with 2188 additions and 9 deletions

View File

@@ -75,6 +75,8 @@ public class EntityOperation {
public String args;
@NonNull
public Long created;
@NonNull
public int tries = 0;
public String state;
public String error;