<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kombu.git/t/unit/asynchronous, branch remove-python2-support</title>
<subtitle>github.com: celery/kombu.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/'/>
<entry>
<title>Remove five usage from tests.</title>
<updated>2020-07-23T13:33:40+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-23T13:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=2c75db39e0d91c41384f5c2593ec2e630c8e7420'/>
<id>2c75db39e0d91c41384f5c2593ec2e630c8e7420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade</title>
<updated>2020-07-13T13:58:06+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-07-13T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=7a6e7cc45b9afe799770313a66c4211d1986ff30'/>
<id>7a6e7cc45b9afe799770313a66c4211d1986ff30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix 100% cpu usage on linux while using sqs</title>
<updated>2020-05-15T01:11:01+00:00</updated>
<author>
<name>Andrii Maletskyi</name>
<email>andrii.maletskyi@gmail.com</email>
</author>
<published>2020-05-13T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=5101db177c1b2cee0febcc64ad0eb49b39c775e8'/>
<id>5101db177c1b2cee0febcc64ad0eb49b39c775e8</id>
<content type='text'>
fix https://github.com/celery/celery/issues/5299
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix https://github.com/celery/celery/issues/5299
</pre>
</div>
</content>
</entry>
<entry>
<title>Unit test for the fix relating to the issue #1172</title>
<updated>2020-04-22T08:48:02+00:00</updated>
<author>
<name>Ihar Nauros</name>
<email>53901248+frehty@users.noreply.github.com</email>
</author>
<published>2020-04-22T08:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=4dadaad6e736cc0ca1974aba68d07053b0e6ccea'/>
<id>4dadaad6e736cc0ca1974aba68d07053b0e6ccea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add predefined_queues option to SQS transport (#1156)</title>
<updated>2020-02-26T03:09:38+00:00</updated>
<author>
<name>Jonathan Ingram</name>
<email>jonathan.b.ingram@gmail.com</email>
</author>
<published>2020-02-26T03:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=5780f1e70bc7bf143e88a5d096709ff6716f0f0e'/>
<id>5780f1e70bc7bf143e88a5d096709ff6716f0f0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reset ready before execute callback (#1126)</title>
<updated>2019-12-01T22:11:15+00:00</updated>
<author>
<name>Smite Chow</name>
<email>xiaopengyou@live.com</email>
</author>
<published>2019-12-01T22:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=de8d8cf8c1f6cd6da8b5d0b4cd66130b1f129e21'/>
<id>de8d8cf8c1f6cd6da8b5d0b4cd66130b1f129e21</id>
<content type='text'>
* reset ready before execute callback

* add test to cover hub._ready reset to empty
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reset ready before execute callback

* add test to cover hub._ready reset to empty
</pre>
</div>
</content>
</entry>
<entry>
<title>don't stop receiving tasks on 503 SQS error. (#1064)</title>
<updated>2019-06-24T18:18:15+00:00</updated>
<author>
<name>Eugene Beseda</name>
<email>yevhenii.biesieda@deliveryhero.com</email>
</author>
<published>2019-06-24T18:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=ffabaf31ddd1b8c828a2d92974c65fc5dec1859b'/>
<id>ffabaf31ddd1b8c828a2d92974c65fc5dec1859b</id>
<content type='text'>
* don't stop receiving tasks on 503 SQS error.

* fix linter errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* don't stop receiving tasks on 503 SQS error.

* fix linter errors
</pre>
</div>
</content>
</entry>
<entry>
<title>return an empty list on SQS internal error. (#1059)</title>
<updated>2019-06-13T14:27:27+00:00</updated>
<author>
<name>Eugene Beseda</name>
<email>eugenebeseda@gmail.com</email>
</author>
<published>2019-06-13T14:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=73bed5f7e57203b7b17b65982411be048e9f656d'/>
<id>73bed5f7e57203b7b17b65982411be048e9f656d</id>
<content type='text'>
* return empty list on SQS internal error.

* add test for on_list_ready error codes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* return empty list on SQS internal error.

* add test for on_list_ready error codes
</pre>
</div>
</content>
</entry>
<entry>
<title>Happify lint.</title>
<updated>2019-02-04T06:45:20+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-02-04T06:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=43930bbcae8d1ad44645e0de4d772483dc11ea81'/>
<id>43930bbcae8d1ad44645e0de4d772483dc11ea81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Worker shutdown creates duplicate messages in SQS broker (#926)</title>
<updated>2018-10-13T10:22:16+00:00</updated>
<author>
<name>Mintu Kumar Sah</name>
<email>mintu.sah@joshtechnologygroup.com</email>
</author>
<published>2018-10-13T10:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kombu.git/commit/?id=94227bbc43b182477d37be30b881b065489ce833'/>
<id>94227bbc43b182477d37be30b881b065489ce833</id>
<content type='text'>
* On restore changes message visibility instead of send new message

* Acknowledge message on hub close

* Use sqs instead of async sqs to delete message

* changes itertools to range

* Empty Hub ready

* fixed test_poller_regeneration_on_access

* Fixed typo in comment

* Simplify loop to process self._ready

* Added test case for redelivered _put

* Lint fixes

* Added test case for delete_message call
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* On restore changes message visibility instead of send new message

* Acknowledge message on hub close

* Use sqs instead of async sqs to delete message

* changes itertools to range

* Empty Hub ready

* fixed test_poller_regeneration_on_access

* Fixed typo in comment

* Simplify loop to process self._ready

* Added test case for redelivered _put

* Lint fixes

* Added test case for delete_message call
</pre>
</div>
</content>
</entry>
</feed>
