Closed ironsmile closed 8 years ago
Consider the following config:
"upstreams": { "nana": { "balancing": "bogus-algorithm-which-does-not-exist", "servers": ["http://127.0.0.1/", "http://127.0.0.2"] } }
"bogus-algorithm-which-does-not-exist" is a wrong name of an algorithm. When running nedomi -t against this config it happily says there are no errors.
nedomi -t
Consider the following config:
"bogus-algorithm-which-does-not-exist" is a wrong name of an algorithm. When running
nedomi -t
against this config it happily says there are no errors.