CrumbleWorks / aTFC

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Retry failed builds #45

Open McDonnough opened 3 years ago

McDonnough commented 3 years ago

Periodically, builds will during the Run Forge data-generator-phase with a range of possible error messages (e.g. failed to download assets). Such builds have to be manually restarted and most of the time will run through on the second try, although at least one build took three tries to acutally finish. The workflow should be (re-)configured in such a way that it will rerun failed builds for a set number of times (e.g. 3). If it still fails after those repeated attempts chances are the problem is not with the aforementioned build-phase but with something else. The Retry action seems to offer what is needed to accomplish these.