You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gatekeeper needs to be more error-tolerant in general. default strategy right now is more or less goto cleanup which was good for development but we're past that. a good, thorough review of gatekeeper's code needs to happen to determine when it's still appropriate to bail on errors. all other issues like say, #40, should be handled gracefully without tearing everything down.
The text was updated successfully, but these errors were encountered:
Mostly it's very similar, just multiple programs instead of one monolithic binary. It allows you to swap out things easily, change ordering, and the binaries are each bite-sized and easy to debug.
gatekeeper needs to be more error-tolerant in general. default strategy right now is more or less
goto cleanup
which was good for development but we're past that. a good, thorough review of gatekeeper's code needs to happen to determine when it's still appropriate to bail on errors. all other issues like say, #40, should be handled gracefully without tearing everything down.The text was updated successfully, but these errors were encountered: