ModischFabrications / CutSolver

Webservice to determine ideal cut placement on stocks

Home Page:https://cutsolver.modisch.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add watchdog

ModischFabrications opened this issue · comments

make Jobs more secure by including a watchdog that kills a calculation if it is running for longer than X.

proposed X: 10s (1min with auth)

uvicorn kills connections running longer than 5 seconds by default, which will probably make internal handling useless.