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

Continuing cleanup for newer OTP's #22

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

tsloughter
Copy link
Member

removal of liveness and readiness probes are a little out of place here, so I can pop those out I suppose.

Main thing is the schedulers +S can be removed and ERL_DIST_PORT used in place of epmd.

@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.10% ⚠️

Comparison is base (f4e574e) 6.24% compared to head (d96fa77) 6.15%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #22      +/-   ##
========================================
- Coverage   6.24%   6.15%   -0.10%     
========================================
  Files         20      20              
  Lines       1713    1707       -6     
========================================
- Hits         107     105       -2     
+ Misses      1606    1602       -4     
Files Changed Coverage Δ
apps/service_discovery_http/src/sdh_handler.erl 0.00% <0.00%> (ø)
..._discovery_http/src/service_discovery_http_app.erl 100.00% <ø> (+16.66%) ⬆️

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

healthz is no longer needed because the liveness check is removed.

Toggling to shutting down and returning a 503 from the ready check
isn't useful because the pod will already be being removed from the
routes and readiness checks are infrequent -- mainly used for
autoscaling.
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.

2 participants