BUG: describe_export_task PercentProgress seems rounded to the nearest integer, leading to 100% not necessarily meaning `COMPLETE`

0

This is more of a bug report, either in the describe_export_tasks API (docs): the PercentProgress attribute in the response is an integer, and it seems rounded to the nearest integer, leading to PercentProgress = 100 not necessarily meaning that the export is complete.

This might be ok, but:

  • at the very least it would be good for the documentation to mention this explicitly
  • it might be safer to FLOOR than to ROUND here
asked a year ago171 views
1 Answer
0

If you think it's a bug, please create an issue on GitHub.
https://github.com/boto/boto3/issues

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions