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
Config related-error reporting was introduced in #7 and currently happens at runtime, before every call to Gringotts API.
We should validate the config at compile time to reduce the overhead.
The text was updated successfully, but these errors were encountered:
Hmm, this is do-able, but it can cause problems when the user explicitly wants to pass in some credentials or different config at run-time (for example in #41).
Moreover, the config may not be available at compile time if some service is going to populate it at runtime (imagine some custom deployment setup where these credentials are fetched from a remote resource).
Also, the Application config is designed to be really fast (it is backed by :ets) so this is not really an overhead.
Config related-error reporting was introduced in #7 and currently happens at runtime, before every call to Gringotts API.
We should validate the config at compile time to reduce the overhead.
The text was updated successfully, but these errors were encountered: