-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
Milestone
Description
i found that no matter what reload(without -v) or check(-v) is specified with shinken-arbiter, we just do the is-correct check, this may be useless and may make the reload take more time.
I think we can add a more option with shinken-arbiter -i, i.e., ignore check. By default we can use the is_correct function to check if the configuration is right. But if we can make sure that the configuration is already checked and everything is fine, we can explicitly add the -i option to bypass the check logic which has already been done with -v options.