Why are AWS Batch Jobs stuck in RUNNABLE?

后端 未结 5 1912
你的背包
你的背包 2021-02-05 03:34

I use a computing environment of 0-256 m3.medium on demand instances. My Job definition requires 1 CPU and 3 GB of Ram, which m3.medium has.

What are possible reasons wh

5条回答
  •  心在旅途
    2021-02-05 04:05

    I just fought with this for a while, and found the answer.

    One possible reason jobs can get stuck in Runnable is because there are no instances to run the job on. If this is the case, looking at the auto scaling group as mentioned in the above answer can show you the actual error that's preventing instances from being started, guiding you to the exact problem rather than leaving you to try any number solutions to problems you don't have. Error messages are our friends.

提交回复
热议问题