bug: exclude docker pull time from job execution timeouts & incorrect job state while pulling image #4795
Labels
request/new
Request: Indicates a new request that has been submitted and awaits initial triage
type/bug
Type: Something is not working as expected
Bug Description
I set up a bacalhau node with default timeout to 30m.
bacalhau
job ran for 30m timed out. I debugged a saw that all the time when job was in progress, it was actually image being pulled. Ultimately when image took longer to pull.A new status for jobs like
SettingUp
would be nice,This status
This false positive confirmation of job in Progress, crashes my workflow
The text was updated successfully, but these errors were encountered: