coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Small changes to make Jobs more debuggable #133

Closed gjoseph92 closed 1 year ago

gjoseph92 commented 3 years ago

I've been trying to use a coiled Job to run some scheduler benchmarks (https://github.com/quasiben/dask-scheduler-performance/pull/130), but the job seems to be failing before it even starts. Turns out a failing-to-start job is very hard to debug, because there's no way to get logs for it, because it doesn't live long enough to find out its ID from list_jobs.

There are many bigger improvements needed to make the Job/notebook UX more pleasant and productive, but I think these tweaks would at least make it possible for an advanced user to debug things themselves:

shughes-uk commented 1 year ago

jobs deprecated