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 tolerateResumeErrors prop is set to true, it does not appear to be respected during the CDK deployment. After deployment, checking the MongoDB Atlas UI shows that the auto-resume feature remains disabled, despite the expectation that it would be enabled.
Expected Behavior:
Setting tolerateResumeErrors: true should enable the auto-resume feature in MongoDB Atlas upon deployment.
Current Behavior:
Even with tolerateResumeErrors set to true, the MongoDB Atlas UI shows that the auto-resume feature is disabled after deployment.
Is there an existing issue for this?
CDK package version
2.141.0
CFN Resource version
NA
CFN Resource Region
eu-west-1
Current Behavior
When the tolerateResumeErrors prop is set to true, it does not appear to be respected during the CDK deployment. After deployment, checking the MongoDB Atlas UI shows that the auto-resume feature remains disabled, despite the expectation that it would be enabled.
Expected Behavior:
Setting tolerateResumeErrors: true should enable the auto-resume feature in MongoDB Atlas upon deployment.
Current Behavior:
Even with tolerateResumeErrors set to true, the MongoDB Atlas UI shows that the auto-resume feature is disabled after deployment.
AWS CDK code to reproduce the issue
Steps To Reproduce
cdk synth
Code of Conduct
The text was updated successfully, but these errors were encountered: