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
server: avoid skipping builds if we can't fetch them
Due to GitHub API inconsistencies, it might happen that fetching the
build from the API the first time fails. This will return an error,
causing a return before the ID could be removed from the "seen" list.
This fixes the problem by moving adding a crate to the "seen" list after
such requests.
0 commit comments