Alex Ginete
-
Gurobi Staff
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by Alex Ginete-
Hello Hancheng,The error you're receiving might be related to AWS Lambda runtime, or how it handles the /tmp directory. On your client machine that connects to the cluster manager, can you try subm...
-
Hi Hancheng, Since you are using Instant Cloud, can you provide me the Job ID so I can check the logs? Regards,Alex
-
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_...