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
This issue happening sometimes because volume IO utilization is close to 100% while downloading and uploading files.
Error on AWS Batch: DockerTimeoutError: Could not transition to created; timed out after waiting 4m0s
In this case whole nextflow job will fail.
Other manifestation of the same issue: CannotInspectContainerError: Could not transition to inspecting; timed out after waiting 30s
In this case only some jobs are seen as failed on AWS Batch although they are successful.
This issue happening sometimes because volume IO utilization is close to 100% while downloading and uploading files.
Error on AWS Batch:
DockerTimeoutError: Could not transition to created; timed out after waiting 4m0s
In this case whole nextflow job will fail.
Other manifestation of the same issue:
CannotInspectContainerError: Could not transition to inspecting; timed out after waiting 30s
In this case only some jobs are seen as failed on AWS Batch although they are successful.
Link to nextflow issue.
The text was updated successfully, but these errors were encountered: