I started evaluating AstraDB with free tier account , when I deploy the my SpringBoot application ( Uses datastax driver to create session using secure bundle) in PCF with multiple instances (4 instances), I see AstraDB connection fails for 1-2 instances ( java.lang.IllegalStateException: Unable to connect to cloud metadata service. Please make sure your cluster is not parked or terminated)
When I restrict the instances 2, it works. Is there any limit on number of connection in free tier?