Occasionally when running fargate service ps the result is incorrectly No Tasks Found. This may also explain why the task list is missing from fargate service info occasionally.
My hunch is that the aws sdk call is responding with an error, but it isn't being handled properly in the code.
Occasionally when running
fargate service psthe result is incorrectlyNo Tasks Found. This may also explain why the task list is missing fromfargate service infooccasionally.My hunch is that the aws sdk call is responding with an error, but it isn't being handled properly in the code.