X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fcommands.py;h=d5af6718a6f3213006c1fde4285bd7c1273bd6a7;hb=fcab0224016c6e609d227ca6737e87076465d70a;hp=51d695fb6cb73f11d34e50a24b278eb0bfeede39;hpb=84867b76a65efc4e9add52c86eae7e451c4a038d;p=pti%2Fo2.git diff --git a/o2common/domain/commands.py b/o2common/domain/commands.py index 51d695f..d5af671 100644 --- a/o2common/domain/commands.py +++ b/o2common/domain/commands.py @@ -17,4 +17,8 @@ class Command: + # placeholder for retry feature + # tries: int = 1 + # delay: int = 1 + # backoff: int = 2 pass