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 has been 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?
The text was updated successfully, but these errors were encountered:
yugasun
changed the title
Remove components should component dependencies
Remove components should care about component dependencies
Mar 31, 2020
If
component A
depends oncomponent B
, soB
will be deployed firstly, then will beA
.But when removing all components,
syncState
function only remove them in parallel. When removingB
, sometimesB
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?
The text was updated successfully, but these errors were encountered: