Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stalled dependency builds cause issues for parents #229

Open
guybedford opened this issue Dec 19, 2022 · 0 comments
Open

Stalled dependency builds cause issues for parents #229

guybedford opened this issue Dec 19, 2022 · 0 comments

Comments

@guybedford
Copy link
Member

When a dependency is taking a very long time to build, this also can cause build errors for parent dependencies since they cannot be built and then can themselves be marked as errored builds, even if the dependency build was just a very slow build and not even an error.

There are a number of things that need to be done here:

  • Have a different type of error for pending dependencies as opposed to errored dependencies that can be easily reflushed
  • Being able to properly prioritise a dependency build instead of just requeueing the parent build

Fixing the above on the server should be a high priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant