blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

consider `servers:add[duplicate_host]` return with exit code 0 #1000

Open debuglevel opened 11 months ago

debuglevel commented 11 months ago

servers:add[duplicate_host] has a return code of 1.

It might be worth to consider returning with 0 instead. The command would then be nicer to use with e.g. Ansible and other automation. A playbook/script could just add the server over and over again without any special "error" handling.