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
When using versioned code deploys, `list` and `get` could return different
modulepaths for the same environment between the time new code was deployed and
when the environment was expired. Now the "list" method returns the cached
environment (if there is one) or the newly created environment object. In the
latter case, we cache the environment, so it can be cleared if/when clear or
clear_all are called for that environment.
0 commit comments