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
hi, using AWS lambda with spring boot app. in this app exceptions can be thrown during initialization stage (specifically, in @PostConstruct method). i saw that once exception is thrown during this stage, lambda fails on timeout after 15 min, instead of immediately by error.
(i had the same issue for exception in the handle function, and this was fixed by upgrading the spring-cloud-function from 3.2.3 to 3.2.4. unfortunately, this doesn't help with exception during initialization). how should i address this issue?
The text was updated successfully, but these errors were encountered:
hi, using AWS lambda with spring boot app. in this app exceptions can be thrown during initialization stage (specifically, in @PostConstruct method). i saw that once exception is thrown during this stage, lambda fails on timeout after 15 min, instead of immediately by error.
(i had the same issue for exception in the handle function, and this was fixed by upgrading the spring-cloud-function from 3.2.3 to 3.2.4. unfortunately, this doesn't help with exception during initialization). how should i address this issue?
The text was updated successfully, but these errors were encountered: