Commit 5958bc7
committed
shell: add shell.post-init plugin callback
Problem: The job shell does not issue any plugin callbacks between
shell.init and task.init for the first task, but this may be useful
if a plugin wants to take an action after all shell.init callbacks
have been run, but before the first task.init callback.
Add a shell.post-init callback. This runs after the shell barrier is
complete but before the shell begins launching tasks.1 parent 91bd396 commit 5958bc7
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
1390 | 1395 | | |
1391 | 1396 | | |
1392 | 1397 | | |
| |||
1618 | 1623 | | |
1619 | 1624 | | |
1620 | 1625 | | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
1621 | 1631 | | |
1622 | 1632 | | |
1623 | 1633 | | |
| |||
0 commit comments