We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Certain input e.g.
{ cut_width: 0, max_length: 600, target_sizes: [{ length: "106", quantity: "12" }], }
causes uvicorn (at least according to top) to go up to 100% cpu usage, freeze and be unable to respond to any request until restarted.
The hosted version at https://cutsolver.modisch.me/ is also currently stuck due to this.
The text was updated successfully, but these errors were encountered:
Oh wow, didn't notice that, must have been at least a week. Thanks for saying something!
I have restarted the instance and am looking into fixing it, potentially by updating the frontend to the new v1.1.0 format.
Sorry, something went wrong.
The pure solver with proper env setup should have been working since v1.1.0, the frontend was also updated in ModischFabrications/CutSolverFrontend#75
Do remember to update your API usage if you host it yourself.
ModischFabrications
No branches or pull requests
Certain input e.g.
causes uvicorn (at least according to top) to go up to 100% cpu usage, freeze and be unable to respond to any request until restarted.
The hosted version at https://cutsolver.modisch.me/ is also currently stuck due to this.
The text was updated successfully, but these errors were encountered: