Open
Description
There is some talk of standardizing a "please get me the logs for this worker" interface for the different resource managers (kubernetes, yarn, jobqueue) here: https://github.com/dask/distributed/pull/2874/files#r306986962
Is this something that we could easily implement in Dask-Jobqueue? What form would it take? Presumably we would find the out/err files, read their contents, and send them back to the caller.
- Are these files usually made available during the job?
- Is this uniform enough across deployments so that it is feasible?