pageserver: add enforce_circuit_breakers tenant config

This commit is contained in:
John Spray
2024-02-13 11:33:46 +00:00
parent fe21c7fe19
commit 661d5b7c68
5 changed files with 49 additions and 6 deletions

View File

@@ -174,6 +174,7 @@ def test_fully_custom_config(positive_env: NeonEnv):
"pitr_interval": "1m",
"lagging_wal_timeout": "23m",
"lazy_slru_download": True,
"enforce_circuit_breakers": True,
"max_lsn_wal_lag": 230000,
"min_resident_size_override": 23,
"trace_read_requests": True,