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 isopen and isready commands to server protocol #43

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

jkrumbiegel
Copy link
Collaborator

@jkrumbiegel jkrumbiegel commented Feb 26, 2024

isopen can be used to check that a file already has a worker opened for it, which can then be closed if desired. The isready command is just to have something for quarto to establish that the server is functioning at all, before sending further commands to it.

Fixes #39

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.66%. Comparing base (2c38cbd) to head (7a14e18).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   86.54%   86.66%   +0.11%     
==========================================
  Files           5        5              
  Lines         446      450       +4     
==========================================
+ Hits          386      390       +4     
  Misses         60       60              

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

@jkrumbiegel jkrumbiegel merged commit 8188a1a into main Feb 26, 2024
10 checks passed
@MichaelHatherly MichaelHatherly deleted the jk/isready-isopen branch February 26, 2024 17:01
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 a server status check endpoint
2 participants