Botocore: Waiters for Elastic Beanstalk

Created on 29 Jun 2016  路  10Comments  路  Source: boto/botocore

Feature request: adding waiters for Elastic Beanstalk environment creation would be nice, right now I am doing a bit of custom polling in its stead.

$  python -c 'import boto3;print "{}\n".format(boto3.__version__), boto3.client("elasticbeanstalk").waiter_names'
1.3.1
[]
$
feature-request

Most helpful comment

It's been real y'all.

Since opening this issue I've:

  • moved jobs twice
  • moved cities once
  • had another child
  • finished Infinite Jest

All 10 comments

This definitely sounds like a useful thing to have. Thanks for the feature request!

I'd like to work on this if no one else is currently

Go right ahead!

I would also appreciate this feature very much, i was surprised to see none.

any progress on this?

This would be super useful right now. Almost been a year... :(

No status on this?
Would be super nice to be able to listen for elastic beanstalk state changes, e.g. to add a deployment progress bar in a custom cli.

This was added in boto3 v1.14.23 in July, in case anyone was curious.

It's been real y'all.

Since opening this issue I've:

  • moved jobs twice
  • moved cities once
  • had another child
  • finished Infinite Jest
Was this page helpful?
0 / 5 - 0 ratings

Related issues

eode picture eode  路  5Comments

thehesiod picture thehesiod  路  6Comments

stephanebruckert picture stephanebruckert  路  3Comments

AlexDiede picture AlexDiede  路  3Comments

sean-zou picture sean-zou  路  4Comments