Replies: 1 comment
-
turns out that setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we use Quarkus 2.16.x on an AWS lambda application with a Postgres datasource and snapstart enabled.
When I look at the Postgres logs, I notice a lot of logs like the following after ~ 5 minutes of inactivity (~> lambda instance shutdown events?)
Is there any connection that I need to close with the AWS shutdown hook? Currently, we only try to handle Snapstart, as described here with
Note that around the time a new function version is created and a new snapshot is provisioned with Snapstart I also get
(note the
unknown
user/db and theSSL
error)When I try with Quarkus 3.0.4, the later logs are fixed but the former are still there
Beta Was this translation helpful? Give feedback.
All reactions