Kotaimen / awscfncli

Friendly AWS CloudFormation CLI
MIT License
59 stars 12 forks source link

Intermittant ChangeSetNotFound error #109

Open crathreadgold opened 3 years ago

crathreadgold commented 3 years ago

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?