You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a custom image is built and recorded in the database and then that image disappears for some reason (expires, is manually deleted, etc.), runs that attempt to use that image will just fail and nothing else will be done about it. We should make a change to account for this, either by verifying the existence and accessibility of images before running or identifying that that is the cause of the issue when a run fails. In either case, the image should be built again (if possible) and the run resubmitted.
The text was updated successfully, but these errors were encountered:
Currently, if a custom image is built and recorded in the database and then that image disappears for some reason (expires, is manually deleted, etc.), runs that attempt to use that image will just fail and nothing else will be done about it. We should make a change to account for this, either by verifying the existence and accessibility of images before running or identifying that that is the cause of the issue when a run fails. In either case, the image should be built again (if possible) and the run resubmitted.
The text was updated successfully, but these errors were encountered: