We installed the camunda docker image on ECS which connects to rds with mysql cluster. It works fine for around half hour and then it starts timing out and we need to restart the camunda. Anyone one who has faced the similar issue?
Your help is very valuable. Thanks
@ftr_tahr you should consider configuring connection pooling for db connections with validation query using hikaricp.
@aravindhrs really appreciate your input. Can i ask how i can configure that when i am using the docker image and i am not building docker image myself.