This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Roberto Martínez
Recipients Roberto Martínez, alexei.romanov, davin, r.david.murray, sbt
Date 2015-03-04.21:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425504814.87.0.647041158157.issue23582@psf.upfronthosting.co.za>
In-reply-to
Content
That's not my point.

To my understanding, when you put a item in the queue the item *must* be available to get in the next call. So I think put should block until the item is really in the queue so when you call get it return *always* and not some times (depending on the item size).

If this is not the expected behavior I think it should be warned in the put/get method.
History
Date User Action Args
2015-03-04 21:33:34Roberto Martínezsetrecipients: + Roberto Martínez, r.david.murray, sbt, davin, alexei.romanov
2015-03-04 21:33:34Roberto Martínezsetmessageid: <1425504814.87.0.647041158157.issue23582@psf.upfronthosting.co.za>
2015-03-04 21:33:34Roberto Martínezlinkissue23582 messages
2015-03-04 21:33:34Roberto Martínezcreate