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
To improve application configurability, without the need for full application redeployment, we use a Github hosted JSON configuration file.
When we update this configuration, we've experience instances where it takes 5+ minutes for the new configuration to be reflected in our Production app.
I would like to explore adjusting the cache headers when fetching this config in an attempt to avoid the "sticky config" and by bypassing the caching of this file.
The text was updated successfully, but these errors were encountered:
To improve application configurability, without the need for full application redeployment, we use a Github hosted JSON configuration file.
When we update this configuration, we've experience instances where it takes 5+ minutes for the new configuration to be reflected in our Production app.
I would like to explore adjusting the
cache
headers whenfetch
ing this config in an attempt to avoid the "sticky config" and by bypassing the caching of this file.The text was updated successfully, but these errors were encountered: