Remove circuit breaker implementation

This commit is contained in:
gpt-engineer-app[bot]
2025-11-05 15:04:32 +00:00
parent e08aacaff3
commit e1ffba593a
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
-- Remove circuit breaker settings from admin_settings
DELETE FROM admin_settings
WHERE setting_key IN (
'circuit_breaker.failure_threshold',
'circuit_breaker.reset_timeout',
'circuit_breaker.monitoring_window'
);