DataBiosphere / dsub

Open-source command-line tool to run batch computing tasks and workflows on backend services such as Google Cloud.
Apache License 2.0
265 stars 44 forks source link

Extend timeout period #195

Open vandhanak opened 4 years ago

vandhanak commented 4 years ago

Hello,

Is there a way to extend the current timeout specified to the dsub job that has been running? Unexpectedly one of my jobs has been running for 17 days and I am unsure if it is close to being done (others took 11 or 15 days) so wanted to extend the timeout (had specified 20 days) so that I would not have to rerun the task/job.

Thanks!

mbookman commented 4 years ago

Hi @vandhanak,

Unfortunately, the Pipelines API has no way of updating the timeout parameter after submitting the pipeline.

Really hope your job ends up finishing!

vandhanak commented 4 years ago

Hi @mbookman,

Thank you for the quick response. Hope my job finishes soon.