You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
If component A depends on component B, so B will be deployed firstly, then will be A.
But when removing all components, syncState function only remove them in parallel. When removing B, sometimes B will say "I have relevant resources A, you should delete it firstly", so the remove action will fail.
This is the source code: https://github.com/serverless/template/blob/master/utils.js#L333
For this part, could we add a retry method to solve this problem?