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
The text was updated successfully, but these errors were encountered:
fabianfett
changed the title
Shutdown must ALWAYS be called for shutdownIfNotStarted
Shutdown must ALWAYS be called for shutdownIfNotStarted=true
Aug 24, 2021
Uh oh!
There was an error while loading. Please reload this page.
To use
Lifecycle
in lambda runtime, we need to find a way that it can shutdown instances that don't need a startup. Example handler:In this case the
httpClient
still needs a call toshutdown
. This is currently not happening. The use case that we should enable is abstracted below:Failing test case
The text was updated successfully, but these errors were encountered: