Hi, I have deployed Redash to ECS. I build the task definition by following this docker-compose example setup/docker-compose.yml at master · getredash/setup · GitHub except I am running postgres in RDS. I’m getting the following error on the server container, the workers seem to be running fine.

EDIT: I am running docker image 8.0.0.b32245

Actually, it’s different errors every time:


This was because of the memory limits I had set. I had reservation of 256 and hard limit of 512. Doubled both and it managed to launch.

1 Like