We have configured multiple containers in CircleCI to achieve parallelism and avoid jobs to wait in queue. I am using resource_class key in my job to specify container’s resources to leverage multiple containers. Not sure if that is the correct way of doing it. Is there a way to verify if I am using multiple containers or not as my jobs are still getting Queued for few seconds.