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
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
Currently reload happens in a separate callback and if there are issues in configuration (required files don't exist, or have parsing errors) there is no good way to find out.
This issue is about creating a mechanism that customers can use to execute some action (e.g. log the error message) if such error happens during reload. Potentially this could be used to handle issues on the first load, but there are problems with that because errors during reload are always non-fatal while issues during load are currently always fatal.
The text was updated successfully, but these errors were encountered:
Currently reload happens in a separate callback and if there are issues in configuration (required files don't exist, or have parsing errors) there is no good way to find out.
This issue is about creating a mechanism that customers can use to execute some action (e.g. log the error message) if such error happens during reload. Potentially this could be used to handle issues on the first load, but there are problems with that because errors during reload are always non-fatal while issues during load are currently always fatal.
The text was updated successfully, but these errors were encountered: