aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.11k stars 57 forks source link

AWS::Glue::Crawler updates should not fail while Crawler is running #817

Closed mgmarino closed 2 years ago

mgmarino commented 3 years ago

If a glue crawler is running when the stack is updated, the stack update fails with:

Cannot update Crawler while running. Please stop crawl or wait until it completes to update. (Service: AWSGlue; Status Code: 400; Error Code: InvalidInputException; Request ID: 6606fb8f-c2cf-4def-8b00-0c6b3078e35c)

Expected behavior:

The stack update should wait and retry once the crawler is done running, with the understanding that this (may) result in the timeout of the stack update.

mgmarino commented 2 years ago

We saw this error again today:

Cannot update Crawler while running. Please stop crawl or wait until it completes to update.

Was this not yet deployed in all regions? (This was in eu-west-1)

omriman12 commented 1 year ago

The issue still persists, what is the status of this?