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
I accidentally deployed the warmup lambda into a subnet without internet access. As you'd expect, the warmup lambda was unable to invoke my functions. However...
Based on this section of the README and the resolution of this issue, I thought that the warmup function's attempts to connect would time out quickly if it couldn't talk to the Lambda API, but instead, it showed no such errors; instead, the warmup lambda itself timed out after the configured timeout.
Additionally, no error at all appeared in the prewarming logs for either serverless deploy or serverless prewarm; instead, I get
WarmUp: Warmer "dev" successfully prewarmed your functions.
even though the functions were not warmed, and the warmup lambda did not complete successfully.
Since I've found the root cause of my issue (using the wrong subnet for the warmup lambda), I think I'm unblocked (assuming I can figure out how to configure the right subnet on the warmup lambda), but I did want to raise this issue, as it masked the real problem for a bit.
The text was updated successfully, but these errors were encountered:
I accidentally deployed the warmup lambda into a subnet without internet access. As you'd expect, the warmup lambda was unable to invoke my functions. However...
Based on this section of the README and the resolution of this issue, I thought that the warmup function's attempts to connect would time out quickly if it couldn't talk to the Lambda API, but instead, it showed no such errors; instead, the warmup lambda itself timed out after the configured timeout.
Additionally, no error at all appeared in the prewarming logs for either
serverless deploy
orserverless prewarm
; instead, I geteven though the functions were not warmed, and the warmup lambda did not complete successfully.
Since I've found the root cause of my issue (using the wrong subnet for the warmup lambda), I think I'm unblocked (assuming I can figure out how to configure the right subnet on the warmup lambda), but I did want to raise this issue, as it masked the real problem for a bit.
The text was updated successfully, but these errors were encountered: