summaryrefslogtreecommitdiff
path: root/kombu/transport/SQS.py
Commit message (Expand)AuthorAgeFilesLines
* WIP5.0-develAsk Solem2017-02-161-483/+0
* Merge branch 'master' into 5.0-develAsk Solem2017-01-101-19/+11
|\
| * Update comments about SQS long polling. (#666)thaddock2016-11-301-2/+2
| * Adds pydocstyle as a tox targetAsk Solem2016-10-111-0/+5
| * Virtual transport deliver now calls callback, no return value. Fixes #593Ask Solem2016-09-021-24/+4
* | Merge branch 'master' into 5.0-develAsk Solem2016-08-081-28/+28
|\ \ | |/
| * One space after period for proportional fontsAsk Solem2016-07-291-8/+8
| * Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-2/+2
| * Use Google-style docstringsAsk Solem2016-07-161-20/+20
* | Use named keyword arguments even when *argsAsk Solem2016-07-071-2/+2
* | Removes kombu.fiveAsk Solem2016-07-071-6/+4
* | Use magic super()Ask Solem2016-07-061-9/+7
|/
* update queue cache in Channel before creating a new SQS queueLuyun Xie2016-04-261-9/+19
* [redis] Only delete auto_delete queue if connection still connected. Closes ...Ask Solem2016-04-121-1/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* Cosmetics for #581Ask Solem2016-04-041-12/+14
* [SQS] Allow for generic SQS messages not sent using kombuJuan Carlos Ferrer2016-04-041-6/+15
* Now uses vine for promisesAsk Solem2016-03-021-2/+2
* Redis: Adds queue_order_strategy transport option (Closes #518).Ask Solem2015-11-241-1/+1
* Cosmetics for #512Ask Solem2015-10-231-10/+12
* [SQS] Print access_key when SQS auth failed.Hank John2015-10-231-1/+8
* Single item tuples no longer require whitespaceAsk Solem2015-07-131-2/+2
* allow custom regioninfo and port, is_secure options for SQSmdk2015-03-171-1/+18
* SQS: Set delivery tag to SQS message receipt handlechris erway2014-11-191-0/+2
* Merge branch 'master' into curlclientcurlclientAsk Solem2014-06-111-6/+7
|\
| * Removes anyjson dependency :sad:Ask Solem2014-05-201-2/+1
| * master now depends on Python 2.7Ask Solem2014-05-191-3/+4
* | Lazy import of boto libraryAsk Solem2014-05-031-8/+12
* | Initial import of kombu.async.awsAsk Solem2014-05-031-192/+94
|/
* Critical: Delivery tags must be UUID. Fixes bug that could lead to loss of dataAsk Solem2014-02-211-3/+0
* Incompatible: Redis fanout now honors routing_key pattern. Fix for celery/cel...Ask Solem2014-02-201-1/+1
* Forgot to commit file (celery/celery#1818)Ask Solem2014-01-281-5/+6
* Cosmetics for #291Ask Solem2013-12-181-12/+13
* Limit SQS message pulls to 10Eric Reynolds2013-12-181-0/+3
* flakesAsk Solem2013-12-161-1/+0
* Improvements and cosmetics for Issue #281sqsoptsAsk Solem2013-12-131-67/+72
* Use the Amazon SQS Bulk Fetch API to implement the Kombu prefetch_count.Matt Wise2013-12-021-0/+96
* Make _get() simpler, move most logic into private methods.Matt Wise2013-12-021-15/+57
* Revert "Add 'messages_to_fetch' option to kombu.transport.SQS. Default to 10."Matt Wise2013-12-021-72/+9
* Add 'messages_to_fetch' option to kombu.transport.SQS. Default to 10.Matt Wise2013-11-221-9/+72
* Add basic put/get unit tests for kombu.transport.SQSMatt Wise2013-11-211-0/+6
* Initial unit testing framework for kombu.transport.SQS package.Matt Wise2013-11-211-1/+1
* [Py3] anyjson.loads requires string argument. Closes #270Ask Solem2013-11-151-2/+2
* Add the defaults back to SQSJames Saryerwinnie2013-10-301-4/+3
* Allow 0 for wait_time_seconds in transport configJames Saryerwinnie2013-10-301-2/+2
* Don't longpoll fanout queuesJames Saryerwinnie2013-10-301-1/+9
* WordingAsk Solem2013-10-011-3/+3
* Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-3/+7
* Adds driver type/name to SQS transportMher Movsisyan2013-04-071-0/+2
* Merge branch '2.5'Ask Solem2013-04-021-2/+15
|\