mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 02:51:13 -05:00
Remove circuit breaker implementation
This commit is contained in:
@@ -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'
|
||||
);
|
||||
Reference in New Issue
Block a user