Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle non-existent queue jobRunAsUser on worker host (#176)
Problem: Worker crashed if trying to run as an non-valid user (or group) Solution: - Handle exceptions when trying to resolve the user's home directory. - Fail the session action(s) with the error message amended to suggest the possibility of a non-existent user on the worker host. Signed-off-by: Matt Authement <[email protected]>
- Loading branch information