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
It seems that after running the loop on an existing function, environment variables it had are just discarded. So the function ends up with just 'uuid' env variable after measuring cold starts on it.
What makes it worse is that 'severless deploy' doesn't reset these variables back for some reason, so it could be quite confusing finding out that some function is no longer working after measuring cold starts.
Btw, one side-effect of this approach is that it's not possible to properly test functions which depend on environment variables.
The text was updated successfully, but these errors were encountered:
It seems that after running the loop on an existing function, environment variables it had are just discarded. So the function ends up with just 'uuid' env variable after measuring cold starts on it.
What makes it worse is that 'severless deploy' doesn't reset these variables back for some reason, so it could be quite confusing finding out that some function is no longer working after measuring cold starts.
Btw, one side-effect of this approach is that it's not possible to properly test functions which depend on environment variables.
The text was updated successfully, but these errors were encountered: