When a job times out, the agent prints `context cancelled` which is AFAIK the default message from Golang. Can we do better here and rescue context cancelled and print a better error message (e.g. `job timed out`)?
When a job times out, the agent prints
context cancelledwhich is AFAIK the default message from Golang.Can we do better here and rescue context cancelled and print a better error message (e.g.
job timed out)?