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
When the stack sync command is run on a cron job at 3am it fails with the following:
04:39:00 ERROR:backoff:Giving up describe_change_set(...) after 1 tries (botocore.errorfactory.ChangeSetNotFoundException: An error occurred (ChangeSetNotFound) when calling the DescribeChangeSet operation: ChangeSet [<changeSetId>] does not exist)
When the same command is run in the morning, it succeeds. Has anyone else found this?
The text was updated successfully, but these errors were encountered:
When the
stack sync
command is run on a cron job at 3am it fails with the following:04:39:00 ERROR:backoff:Giving up describe_change_set(...) after 1 tries (botocore.errorfactory.ChangeSetNotFoundException: An error occurred (ChangeSetNotFound) when calling the DescribeChangeSet operation: ChangeSet [<changeSetId>] does not exist)
When the same command is run in the morning, it succeeds. Has anyone else found this?
The text was updated successfully, but these errors were encountered: