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
Currently (by inspection) this plugin reads the secrets file during configuration, which will result in a configuration cache miss when the contents of the secrets file changes
Could we use the lazy APIs (e.g. fileContents so this file is not read during configuration and therefore doesn't need to be a configuration cache input?
The text was updated successfully, but these errors were encountered:
Currently (by inspection) this plugin reads the secrets file during configuration, which will result in a configuration cache miss when the contents of the secrets file changes
Could we use the lazy APIs (e.g. fileContents so this file is not read during configuration and therefore doesn't need to be a configuration cache input?
The text was updated successfully, but these errors were encountered: