mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Implemented https://trello.com/c/LLwK80P5 - Added eu-central-1 region and updated boto to 2.34.0.
This commit is contained in:
@@ -365,7 +365,7 @@ class Queue(object):
|
||||
Deprecated. This is the old 'count' method that actually counts
|
||||
the messages by reading them all. This gives an accurate count but
|
||||
is very slow for queues with non-trivial number of messasges.
|
||||
Instead, use get_attribute('ApproximateNumberOfMessages') to take
|
||||
Instead, use get_attributes('ApproximateNumberOfMessages') to take
|
||||
advantage of the new SQS capability. This is retained only for
|
||||
the unit tests.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user