summaryrefslogtreecommitdiff
path: root/kombu/asynchronous
Commit message (Expand)AuthorAgeFilesLines
* autopep8.remove-python2-supportOmer Katz2020-08-041-2/+2
* Remove five usage from kombu/asynchronous.Omer Katz2020-07-237-22/+10
* pyupgradeOmer Katz2020-07-1315-65/+36
* fix 100% cpu usage on linux while using sqsAndrii Maletskyi2020-05-151-21/+36
* Fix for the issue #1172Ihar Nauros2020-04-221-1/+5
* Add predefined_queues option to SQS transport (#1156)Jonathan Ingram2020-02-261-2/+1
* reset ready before execute callback (#1126)Smite Chow2019-12-021-1/+3
* don't stop receiving tasks on 503 SQS error. (#1064)Eugene Beseda2019-06-251-2/+9
* return an empty list on SQS internal error. (#1059)Eugene Beseda2019-06-131-3/+8
* Removed dangerous default mutable arguments from function definitions… (#1040)Todd Cook2019-04-251-3/+6
* Return an empty list in AWS's _on_list_ready on a timeout response (#976)Erwin Rossen2019-03-271-4/+16
* Added missing comma for tuples with one element in __all__.Omer Katz2019-01-092-2/+2
* Avoid raising StopIterator in generators. (#972)Omer Katz2019-01-031-2/+2
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-1210-12/+12
* Fixed Worker shutdown creates duplicate messages in SQS broker (#926)Mintu Kumar Sah2018-10-131-0/+8
* Fix infinity loop in create_loop (#923)Vsevolod Strukchinsky2018-09-271-14/+4
* "Reentrant" version, that allows a `celery.bin.celery.main` worker to run mul...Alan Justino da Silva2018-08-101-6/+16
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-1916-0/+2022