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

Add liveness endpoint #3832

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Add liveness endpoint #3832

merged 2 commits into from
Sep 14, 2022

Conversation

philippjfr
Copy link
Member

Adds an optional endpoint to the Panel server that allows checking whether the server or a particular endpoint of the server is live.

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Merging #3832 (e3db6b7) into master (e43b8c5) will decrease coverage by 48.82%.
The diff coverage is 24.32%.

❗ Current head e3db6b7 differs from pull request most recent head 9c9db94. Consider uploading reports for the commit 9c9db94 to get more accurate results

@@             Coverage Diff             @@
##           master    #3832       +/-   ##
===========================================
- Coverage   82.98%   34.16%   -48.83%     
===========================================
  Files         221      222        +1     
  Lines       32339    32354       +15     
===========================================
- Hits        26838    11053    -15785     
- Misses       5501    21301    +15800     
Flag Coverage Δ
ui-tests 34.16% <24.32%> (-0.02%) ⬇️
unitexamples-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/io/document.py 27.64% <12.50%> (-38.45%) ⬇️
panel/io/liveness.py 26.08% <26.08%> (ø)
panel/command/serve.py 16.08% <33.33%> (-19.26%) ⬇️
panel/__main__.py 0.00% <0.00%> (-100.00%) ⬇️
panel/models/katex.py 0.00% <0.00%> (-100.00%) ⬇️
panel/models/mathjax.py 0.00% <0.00%> (-100.00%) ⬇️
panel/models/perspective.py 0.00% <0.00%> (-100.00%) ⬇️
panel/pane/vtk/synchronizable_deserializer.py 0.00% <0.00%> (-97.59%) ⬇️
panel/models/ace.py 0.00% <0.00%> (-91.67%) ⬇️
panel/tests/widgets/test_input.py 8.86% <0.00%> (-91.14%) ⬇️
... and 156 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 6083cd7 into master Sep 14, 2022
@philippjfr philippjfr deleted the liveness_endpoint branch September 14, 2022 10:43
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.

None yet

1 participant