Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default validateOnHeartbeat = !System.getenv().containsKey("LAMBDA_TASK_ROOT"); #99

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

rbygrave
Copy link
Member

With this we can then remove the explicit experimental lambdaMode() and just auto detect it. When running in lambda we don't want to validate connections in a background task due to lambda suspend.

…SK_ROOT");

With this we can then remove the explicit experimental lambdaMode() and just auto detect it. When running in lambda we don't want to validate connections in a background task due to lambda suspend.
@rbygrave rbygrave added this to the 8.15 milestone Jun 14, 2024
@rbygrave rbygrave self-assigned this Jun 14, 2024
@rbygrave rbygrave merged commit 88a092c into master Jun 14, 2024
2 checks passed
@rbygrave rbygrave deleted the feature/lambda-detect branch June 14, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant