7c44e48670
The [original commit to remove the `sleep` call][1], only considered newly-arriving
messages; but didn't take into account that existing messages could become visible
in a much shorter time duration than the wait timeout. This commit addresses this
by checking for newly-visible messages at the visibility timeout granularity (seconds),
which is still a major improvement over the original 10 millisecond polling.
[1]: <
|
||
---|---|---|
.. | ||
__init__.py | ||
test_integration.py | ||
test_server.py | ||
test_sqs_cloudformation.py | ||
test_sqs_integration.py | ||
test_sqs_multiaccount.py | ||
test_sqs.py |