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
We are running python mip inside a celery worker.
If mip models fails for any reason the license gets "locked" by the worker process. We are making sure that we are catching all exceptions and the model is nulled each time. However the gurobi wsl license looks as if its still used untill I kill the worker.
is there any way to force the license to be released?
Thanks
Jorge
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are running python mip inside a celery worker.
If mip models fails for any reason the license gets "locked" by the worker process. We are making sure that we are catching all exceptions and the model is nulled each time. However the gurobi wsl license looks as if its still used untill I kill the worker.
is there any way to force the license to be released?
Thanks
Jorge
Beta Was this translation helpful? Give feedback.
All reactions