Commit e1cbebc
authored
fix(ingest): cancel command exits 0 on success (#225)
cancel_import was unconditionally calling std::process::exit(1),
making a successful cancel indistinguishable from a failure. Exit code
1 is reserved for terminal-failure statuses (failed, cancelled) in
status / poll_ingest — the cancel command itself succeeded.
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>1 parent 8166f45 commit e1cbebc
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | | - | |
1074 | 1073 | | |
1075 | 1074 | | |
1076 | 1075 | | |
| |||
0 commit comments