Skip to content

Adding app health check parameters #1465

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

Merged
merged 6 commits into from
Jul 23, 2025
Merged

Conversation

salaboy
Copy link
Collaborator

@salaboy salaboy commented Jul 22, 2025

Description

Adding appHealthCheck: interval, timeout and threshold.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1464

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@salaboy salaboy requested review from a team as code owners July 22, 2025 08:13
@salaboy salaboy force-pushed the 1464-app-healthchecks branch 2 times, most recently from b408835 to b06a691 Compare July 22, 2025 08:26
@salaboy
Copy link
Collaborator Author

salaboy commented Jul 22, 2025

Flaky Tests:
BindingIT.httpOutputBindingError:46
BindingIT.httpOutputBindingErrorIgnoredByComponent:69

@salaboy salaboy force-pushed the 1464-app-healthchecks branch from 2ffd4ed to 7c28668 Compare July 22, 2025 09:47
Copy link
Contributor

@javier-aliaga javier-aliaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

artur-ciocanu
artur-ciocanu previously approved these changes Jul 22, 2025
Copy link
Contributor

@artur-ciocanu artur-ciocanu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, I just left a small comment to separate the test.

@salaboy salaboy force-pushed the 1464-app-healthchecks branch from 6a4fb77 to 485fca9 Compare July 22, 2025 13:05
@salaboy
Copy link
Collaborator Author

salaboy commented Jul 22, 2025

@artur-ciocanu thanks for the comments.. all fixed.

Copy link
Contributor

@siri-varma siri-varma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cicoyle cicoyle merged commit d3674f5 into dapr:master Jul 23, 2025
9 checks passed
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.51%. Comparing base (d759c53) to head (1df9c5b).
Report is 185 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1465      +/-   ##
============================================
+ Coverage     76.91%   78.51%   +1.59%     
- Complexity     1592     1891     +299     
============================================
  Files           145      234      +89     
  Lines          4843     5869    +1026     
  Branches        562      603      +41     
============================================
+ Hits           3725     4608     +883     
- Misses          821      938     +117     
- Partials        297      323      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

siri-varma pushed a commit to siri-varma/java-sdk that referenced this pull request Aug 6, 2025
* adding app health check parameters

Signed-off-by: salaboy <[email protected]>

* fixing style

Signed-off-by: salaboy <[email protected]>

* testing with configure for coverage

Signed-off-by: salaboy <[email protected]>

* updating sched api on DaprContainer (dapr#1462)

Signed-off-by: salaboy <[email protected]>

* fix Artur comments

Signed-off-by: salaboy <[email protected]>

---------

Signed-off-by: salaboy <[email protected]>
Signed-off-by: sirivarma <[email protected]>
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.

Add Health Check Parameters toDaprContainer
5 participants