Commit 56952bc
committed
fix: ray helm chart should specify
guidebooks/store#634
if a Job does not specify parallelism=completions, then a livelock will occur. with the default parallelism (which is 1), the Job controller creates one Pod at a time, waiting till it is scheduled before creating the next one.
meanwhile, the coscheduler doesn’t allow that first one to be scheduled until the rest of the Pods are created…
and … for ray, we were using Jobs with default parallelismparallelism to avoid livelock1 parent d2feab6 commit 56952bc
File tree
3 files changed
+11
-11
lines changed- .github/workflows
- plugins/plugin-codeflare
3 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments