ray
ray copied to clipboard
[workflow] Documentation of http events
Why are these changes needed?
Documentation updates for the newly introduced HTTPEventProvider and HTTPListener in Ray 2.0.
Related issue number
"Closes #27108"
Checks
- [x] I've signed off every commit(by using the -s flag, i.e.,
git commit -s
) in this PR. - [ ] I've run
scripts/format.sh
to lint the changes in this PR. - [x] I've included any doc changes needed for https://docs.ray.io/en/master/.
- [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
- Testing Strategy
- [ ] Unit tests
- [ ] Release tests
- [ ] This PR is not tested :(
I remember we have some orderings enforced in the code, otherwise, it'll throw some errors. We need to state that clearly so that the user will know what happened.
The updated paragraph explains the required ordering and the corresponding HTTP return codes.
Removed Serve mentioning. Removed HTTPEventProvider mentioning. Simplified client code with explanation of status code. Please review.
The rest lgtm. I notice the serve.start is not in the code. Could you confirm that it's working? (I see your comment that it's not working).
Btw, also sign off please (check the DCO in the checks.)
The rest lgtm. I notice the serve.start is not in the code. Could you confirm that it's working? (I see your comment that it's not working).
Btw, also sign off please (check the DCO in the checks.)
@stephanie-wang Could you please sign off for those commits from you a few days earlier (check the DCO)? Thanks.
The rest lgtm. I notice the serve.start is not in the code. Could you confirm that it's working? (I see your comment that it's not working). Btw, also sign off please (check the DCO in the checks.)
@stephanie-wang Could you please sign off for those commits from you a few days earlier (check the DCO)? Thanks.
@klwuibm you can just merge to the master and then reset with master and commit with a sign and push force.
Approving docs changes, as long as the script is runnable.
Pulled nightly build. The doc_code script passed. Thanks.
lint failure is not related.