I recently deployed Baserow, on AWS using the ‘install with Docker Quick Starts’ method without an external database or Redis. The deployment worked without issues. However, when I attempted to deploy Baserow on AWS Elastic Container Service (ECS) using the ‘install on AWS configurations’ with added Amazon RDS for PostgreSQL and a Redis cluster, I encountered a problem. Specifically, I’m now receiving the following error when attempting to create a new table:
(error “ERROR_MAX_JOB_COUNT_EXCEEDED”
detail “Max running job count for this type is exceeded.”)
I’m seeking guidance to understand and resolve this issue. What could be causing this error, and what steps should I take to resolve it?