Created
September 15, 2023 16:29
-
-
Save tdeedlesATX/40e5835104f7f580206c3505f66a7f4c to your computer and use it in GitHub Desktop.
other otpion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prod": { | |
"canary": { | |
"rollbackOverrideWaitSeconds": 300, | |
"healthChecks": { | |
"delaySeconds": 1800, | |
"rollbar": { | |
"maximumErrorCount": 0 | |
}, | |
"tracker": { | |
"minimumEventCount": 0 | |
} | |
} | |
}, | |
"master": { | |
"rollbackOverrideWaitSeconds": 300, | |
"healthChecks": { | |
"delaySeconds": 600, | |
"rollbar": { | |
"maximumErrorCount": 0 | |
}, | |
"tracker": { | |
"minimumEventCount": 1, | |
"browserThresholds": { | |
"Chrome": 30, | |
"Safari": 20, | |
"Firefox": 2 | |
}, | |
"apiThresholds": { | |
"urls": { | |
"GET /api/v4/loans/.*": { | |
"value": 10, | |
"level": "WARN" | |
}, | |
"GET /api/v3/loans/.*": 3, | |
"https://www.affirm.com/api/v3/virtual_cards/.active=1": { | |
"value": 7, | |
"level": "ERROR" | |
} | |
}, | |
"browsers": { | |
"Chrome": 0.4, | |
"Safari": { | |
"value": 0.3, | |
"level": "WARN" | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment