We have a Huggingface Space (nllg/DeTikZify) that has worked fine in the past with our builds usually taking around 45 minutes. However, our most recent factory rebuild has been hit with a ‘build error - job timeout’ error after 30 minutes. Is this timeout a new restriction imposed on spaces? Is it possible to increase the timeout to the previous value? We tried setting startup_duration_timeout
to a higher value but it did not have any effect. We are using a docker space. Any help would be greatly appreciated.
1 Like
The documentation does not appear to have changed, so this is probably not an intentional change in specifications. There may be a problem with the site, so I will ping it just in case. @meganariley @pierric
startup_duration_timeout
: string
Set a custom startup duration timeout for your Space. This is the maximum time your Space is allowed to start before it times out and is flagged as unhealthy. Defaults to 30 minutes, but any valid duration (like1h
,30m
) is acceptable.
Hi @potamides We saw your email to support and appreciate you posting here for the community as well.
We’re looking into this and I’ll update you soon.
2 Likes
Thank you!