Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ps cmd should ignore dead runners (#1050)
fixes #1046 Runners that were found to have died (rather than cleanly being killed) end up with deployment_id & module_name not set to null. Changes: - removes all dead runners from showing in the `ps` command - correctly updates `deployment_id` and `module_name` to null in the following cases: - Runner terminates unexpectedly - Runner is stale
- Loading branch information