X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fdomain%2Fcommands.py;fp=o2common%2Fdomain%2Fcommands.py;h=d5af6718a6f3213006c1fde4285bd7c1273bd6a7;hb=5143e92a36bd2142e04d0d80dbc60d68c3da03d7;hp=51d695fb6cb73f11d34e50a24b278eb0bfeede39;hpb=a6392b46c7b808b8adeede97c4dd69c5032e0d11;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