summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-11 13:00:52 +0300
committerValery Piashchynski <[email protected]>2021-01-11 13:00:52 +0300
commitc4112cd214a9c7cbed82c82eefc75904fb42d1af (patch)
tree680cc5f0d3f9a0d78a944e026568af61c12bd87e /.rr.yaml
parent5dc83ef5eee77f4d1ef557e5f8b566e75892680d (diff)
Update CI
Format imports and code Distinct internal and app errors
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 24fcb63d..1889a1ec 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -98,6 +98,10 @@ http:
# worker pool configuration.
pool:
+ # override http error code for the application errors (default 500)
+ appErrorCode: 500
+ # override http error code for the internal RR errors (default 500)
+ internalErrorCode: 500
# number of workers to be serving.
numWorkers: 4