Merge "Fix INF-359 and INF-352 about the alarm event record"
[pti/o2.git] / o2common / domain / commands.py
index 51d695f..d5af671 100644 (file)
@@ -17,4 +17,8 @@
 
 
 class Command:
+    # placeholder for retry feature
+    # tries: int = 1
+    # delay: int = 1
+    # backoff: int = 2
     pass