Parallel containers aren't being freed during deploy stage

It’s my understanding that deployments only happen from the first container and that all remaining parallel containers should be released just prior to deployment and just after all metadata/artifacts are collected. Unfortunately, it appears as if our containers aren’t being released until after deployments finish which results in many builds being queued unnecessarily.

Is there something we’re doing wrong or not specifying in our circle.yml? I searched through the docs but couldn’t find anything related to this issue. Thanks in advance!

1 Like