Skip to content

Add configurable lease acquire timeout for durable Kubernetes - #831

Merged
ricardozanini merged 1 commit into
quarkiverse:mainfrom
mcruzdev:issue-741
Aug 7, 2026
Merged

Add configurable lease acquire timeout for durable Kubernetes#831
ricardozanini merged 1 commit into
quarkiverse:mainfrom
mcruzdev:issue-741

Conversation

@mcruzdev

@mcruzdev mcruzdev commented Aug 5, 2026

Copy link
Copy Markdown
Member

Description

Fixes #741

Changes

  • Add configurable lease acquire timeout for durable Kubernetes

Testing

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated (if applicable)
  • Tested manually (describe below if applicable)

Manual Testing

Checklist

Before submitting this PR, please ensure:

  • I ran the full build with integration tests locally: ./mvnw clean install -DskipITs=false
  • Code follows the project's code conventions
  • Tests have been added/updated to cover the changes
  • Documentation has been updated (if user-facing changes)
  • Commit messages are clear and follow conventional commits style
  • I have read and followed the Contributing Guide
  • I have read and comply with the LLM Usage Policy (if applicable)

Additional Notes

@mcruzdev
mcruzdev requested a review from a team as a code owner August 5, 2026 20:10
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

🙈 The PR is closed and the preview is expired.

Comment thread docs/modules/ROOT/pages/reference-initialization.adoc Outdated
@ricardozanini

Copy link
Copy Markdown
Member

Wait, this migration change is not in this PR! It should be done here: #821

@ricardozanini ricardozanini added the ⚠️ DO NOT MERGE DO NOT MERGE THIS PR! label Aug 6, 2026
@ricardozanini ricardozanini removed the ⚠️ DO NOT MERGE DO NOT MERGE THIS PR! label Aug 6, 2026
@ricardozanini

Copy link
Copy Markdown
Member

@mcruzdev can you rebase and force push so the checks run again?

Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
@ricardozanini
ricardozanini merged commit 3f97a74 into quarkiverse:main Aug 7, 2026
15 checks passed
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

📊 Quarkus Flow Coverage Report

Overall Project 21.1%
Files changed 50% 🍏

Module Coverage
quarkus-flow-runner 70.09% 🍏
quarkus-flow-durable-kubernetes-integration-tests 6.89% -0.04%
Files
Module File Coverage
quarkus-flow-runner InjectLeaseWorkflowApplicationBuilderCustomizer.java 88.68% 🍏
quarkus-flow-durable-kubernetes-integration-tests InjectLeaseWorkflowApplicationBuilderCustomizer.java 0% -15.09%

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.

docs: Remove quarkus.flow.durable.kube.member.lease.acquire-timeout property from documentation as it's not implemented yet

2 participants