Transparently re-try image builds if one fails with error code "INTERNAL" #4893
Labels
component: image-builder
component: server
meta: stale
This issue/PR is stale and will be closed soon
priority: highest (user impact)
Directly user impacting
type: bug
Something isn't working
During image builds we often experience short-lived situations where we starve for resource, e.g. disk space. For this reason we designed the system to be idempotent so we can re-start with confidence.
We don't do so, however. This should be as simple as adding a re-try loop with backoff.
This would catch issues like this: https://community.gitpod.io/t/error-build-failed-when-trying-to-build-a-docker-image/4216
/cc @csweichel suggested this(/sth similar?) yesterday as well
The text was updated successfully, but these errors were encountered: