Solidify retry interface for Action, Command

This commit is contained in:
2025-04-15 22:36:06 -04:00
parent 3c75b5db3a
commit b9859c700f
6 changed files with 170 additions and 90 deletions

View File

@ -41,3 +41,4 @@ class CircuitBreaker:
self.failures = 0
self.open_until = None
logger.info("🔄 Circuit reset.")