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

[dashboard/server] Fix "start-workspace-cycle" on image builder errors #4875

Merged
merged 2 commits into from
Jul 20, 2021

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    967a060 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. [dashboard] Start at most one workspace after prebuild finished

    Under certain circumstances - if a workspace failure appeared before the ideURL got set - we would never leave the HeadlessLogView but start a new workspace over and over again. As we do not handle this error well, it would only get caught by timeouts (1h), leading to users being effectively blocked because they reached their parallel workspace limit
    geropl committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    3b89aac View commit details
    Browse the repository at this point in the history