3 Commits

Author SHA1 Message Date
meredith
d5d7412ff2
fix: handle exit code on async run command (#2896)
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.
2023-11-15 11:12:59 +08:00
Lewis Russell
875d7e84d0 refactor: move async_run_command() 2023-08-22 13:22:08 +01:00
Lewis Russell
204f08ea40 refactor: move manager to separate module
- Move manager logic to own module
- Move async logic to own module
- Improve type annotations
2023-08-22 13:22:07 +01:00