
Alex Ginete
-
Gurobi Staff
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Alex Ginete-
Alex Ginete commented,
Hi Hancheng, Since you are using Instant Cloud, can you provide me the Job ID so I can check the logs? Regards,Alex
-
Alex Ginete commented,
Hi Hancheng, You can implement a retry mechanism using a try-except block. Something like: try: model.optimize()except gp.GurobiError as e: error_message = str(e) if "status 502" in error_...