faq: add entry about reslient batch jobs#294
Merged
mergify[bot] merged 2 commits intoflux-framework:masterfrom Mar 11, 2025
Merged
faq: add entry about reslient batch jobs#294mergify[bot] merged 2 commits intoflux-framework:masterfrom
mergify[bot] merged 2 commits intoflux-framework:masterfrom
Conversation
Contributor
Author
|
@trws - there was not an entry in the FAQ for running resilient batch/alloc jobs, so here's a first stab at one. There's still some outstanding issues with running in this manner. See for example flux-framework/flux-core#6692 |
wihobbs
approved these changes
Mar 7, 2025
Member
wihobbs
left a comment
There was a problem hiding this comment.
Looks clear and helpful to me!
wihobbs
reviewed
Mar 7, 2025
|
|
||
| For more help and examples, see :core:man1:`flux-bulksubmit`. | ||
|
|
||
| .. _resilient_batch_jobs: |
cf2896e to
106074e
Compare
Contributor
Author
|
Thanks @wihobbs! I fixed your commit message nit and also a couple other issues preventing CI from passing and now I'll set MWP. |
chu11
reviewed
Mar 7, 2025
faqs.rst
Outdated
| instance can no longer properly function, triggering a fatal ``node-failure`` | ||
| job exception. If the node is not critical, a non-fatal job exception is | ||
| raised and the leader job shell is notified. After the ``exit-timeout`` | ||
| period (if set to a value other than none ``none``), a fatal job exception |
Problem: There's no advice for how to run batch jobs that are resilient to node failure. Add an entry in the FAQ.
Problem: The workflow examples repo has been removed, but it still has a ref configured in flux-docs conf.py. Remove it.
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.
Problem: There's no advice for how to run batch jobs that are resilent to node failure.
Add an entry in the FAQ.