| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: handle exit code on async run command (#2896) | meredith | 2023-11-15 | 1 | -3/+15 |
| | | | | | | jobid -1 is returned when the command can't start at all, there shouldn't be any stderr either. normally you could get further detail "errno" style, but i don't see that this is exposed by the job api. | ||||
| * | refactor: move async_run_command() | Lewis Russell | 2023-08-22 | 1 | -0/+36 |
| | | |||||
| * | refactor: move manager to separate module | Lewis Russell | 2023-08-22 | 1 | -0/+22 |
| - Move manager logic to own module - Move async logic to own module - Improve type annotations | |||||
