Skip to content

Commit

Permalink
[Docs] Mention Anyscale platform provids e2e fault tolerance (#50274)
Browse files Browse the repository at this point in the history
Per request from: @brent-anyscale 

## Related issue number
[Jira
issue](https://anyscale1.atlassian.net/browse/MLDX-468?atlOrigin=eyJpIjoiYjg3ODBkZDQ4MGMyNDUwNmJmMzU3NjQ2OWJkMzgyOGUiLCJwIjoiamlyYS1zbGFjay1pbnQifQ)

## 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.
- [ ] I've included any doc changes needed for
https://docs.ray.io/en/master/.
- [ ] I've added any new APIs to the API Reference. For example, if I
added a
method in Tune, I've added it in `doc/source/tune/api/` under the
           corresponding `.rst` file.
- [ ] 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 :(

Signed-off-by: angelinalg <[email protected]>
  • Loading branch information
angelinalg authored Feb 6, 2025
1 parent b8def7e commit 8a8a03a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/serve/production-guide/fault-tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ This section discusses concepts from:
(serve-e2e-ft-guide)=
## Guide: end-to-end fault tolerance for your Serve app

Serve provides some [fault tolerance](serve-ft-detail) features out of the box. You can provide end-to-end fault tolerance by tuning these features and running Serve on top of [KubeRay].
Serve provides some [fault tolerance](serve-ft-detail) features out of the box. Two options to get end-to-end fault tolerance are the following:
* tune these features and run Serve on top of [KubeRay]
* use the [Anyscale platform](https://docs.anyscale.com/platform/services/head-node-ft), a managed Ray platform

### Replica health-checking

Expand Down

0 comments on commit 8a8a03a

Please sign in to comment.