-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add waiters for ElasticBeanstalk #1259
Comments
We're happy to take a PR for this, and will also consider as a feature request. |
Added to feature request backlog. |
Reopening - deprecating usage of Feature Requests backlog markdown file. |
I'm sorry this feature request took too long. I reached out to the elastic beanstalk team but didn't really get traction, so I went and implemented these myself. I tested the correctness of them by creating, updating, and terminating an environment. I'll push these changes upstream and they'll be deployed in their next release.
|
I've changed delay to 20 seconds because of how long it takes to create/delete environments in most cases. |
This is schedule for 7/17 (tomorrow) |
When triggering operations that will run long (on the order of > 5 minutes and less than 24 hours) it would be useful to have predefined waiters available.
Presently I am looking for such support for
update_environment
operations.The text was updated successfully, but these errors were encountered: