docs: update default ExitMode to DELETE_AFTER_JOBS#170
Merged
Conversation
The implementation now watches for alive JobTracker actors on the cluster rather than polling DB job status, and works across multiple processes sharing the same cluster. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…section - Default on_exit changed from DELETE to DELETE_AFTER_JOBS - Document new wait_timeout parameter - Move Exit Modes section under KubeRay since it only applies there Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Busted link warning is a separate from this patch. |
justinrmiller
approved these changes
Feb 27, 2026
Contributor
|
Have opened a support ticket with mintlify to address that. For the short term, we can ignore the busted link and merge by ignoring it. If it's not resolved by next week I'll remove the offending link from the docs. Thanks! |
Contributor
|
Okay, just for future reference, Yang discovered the fix! For redirect URLs, just add the actual path to the filename like so: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
on_exitfor KubeRay clusters changed fromExitMode.DELETEtoExitMode.DELETE_AFTER_JOBSwait_timeoutparameter for capping how long the cluster waitsTest plan
🤖 Generated with Claude Code