Skip to content

Add Unknown error to the list of retryable errors.

Marcos Huck requested to merge fix/ec2_unknown_error_retryable into develop

Related tasks

Context

EC2 returns some errors that cloudsim doesn't support right now and they make many simulation start processes fail.

Change

This MR marks ErrUnknown as retryable.

Other information

Additional documentation

Merge request reports