<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git, branch retry</title>
<subtitle>github.com: nvie/rq.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/'/>
<entry>
<title>Added docs for job retries</title>
<updated>2020-07-13T13:11:37+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-07-13T13:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=9b414681c9e2b1ba9a1ce6393102479730b573bc'/>
<id>9b414681c9e2b1ba9a1ce6393102479730b573bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flake8 fixes</title>
<updated>2020-07-13T12:43:52+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-07-13T12:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=29cfa2d8f79551b8cc1bf9de8909174b764a2d9e'/>
<id>29cfa2d8f79551b8cc1bf9de8909174b764a2d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into retry</title>
<updated>2020-07-13T12:40:49+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-07-13T12:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=bd55cf42b77c9b9ad08ed265521117716ee98256'/>
<id>bd55cf42b77c9b9ad08ed265521117716ee98256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split kill_house() fix issues #1234 (#1300)</title>
<updated>2020-07-13T12:31:14+00:00</updated>
<author>
<name>wevsty</name>
<email>11432483+wevsty@users.noreply.github.com</email>
</author>
<published>2020-07-13T12:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=4e1eb97056001d1da4f23dc3cfe63e671f15590b'/>
<id>4e1eb97056001d1da4f23dc3cfe63e671f15590b</id>
<content type='text'>
* Split kill_house() fix issues #1234

Details View issues #1234

* Removing the catch finally

* rename wait_horse() to wait_for_horse()

* rename wait_horse() to wait_for_horse()

* update test_handle_shutdown_request()

Change test_handle_shutdown_request() exitcode assert

* Restore kill_horse() output

* optimization wait_for_horse()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split kill_house() fix issues #1234

Details View issues #1234

* Removing the catch finally

* rename wait_horse() to wait_for_horse()

* rename wait_horse() to wait_for_horse()

* update test_handle_shutdown_request()

Change test_handle_shutdown_request() exitcode assert

* Restore kill_horse() output

* optimization wait_for_horse()</pre>
</div>
</content>
</entry>
<entry>
<title>Fix scheduler on Python 3.8 (#1302)</title>
<updated>2020-07-13T01:36:08+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2020-07-13T01:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=5d199df85de0706d6cc04ac9e64d7d78b2b76333'/>
<id>5d199df85de0706d6cc04ac9e64d7d78b2b76333</id>
<content type='text'>
* Fix scheduler on Python 3.8

* Use Python 3.8.3 for test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix scheduler on Python 3.8

* Use Python 3.8.3 for test</pre>
</div>
</content>
</entry>
<entry>
<title>Add redis_server_version to worker/job/queue (#1286)</title>
<updated>2020-07-12T02:22:10+00:00</updated>
<author>
<name>Paul Spooren</name>
<email>mail@aparcar.org</email>
</author>
<published>2020-07-12T02:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=361db4aa83757c32e2b94a6daf5460d6a9767bd9'/>
<id>361db4aa83757c32e2b94a6daf5460d6a9767bd9</id>
<content type='text'>
The variable contains the server version and allows to determine
available features. This is relevant for API changes like HSET mappings
in version 4.0.0 or LPOS in version 6.0.6.

To keep the number of connection.info() calls low, the information is
*cached* once determined, as a server version unlikely changes while
keeping the connection up.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The variable contains the server version and allows to determine
available features. This is relevant for API changes like HSET mappings
in version 4.0.0 or LPOS in version 6.0.6.

To keep the number of connection.info() calls low, the information is
*cached* once determined, as a server version unlikely changes while
keeping the connection up.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295)</title>
<updated>2020-07-10T01:07:16+00:00</updated>
<author>
<name>mbarkhau</name>
<email>mbarkhau@gmail.com</email>
</author>
<published>2020-07-10T01:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=3902962aac9e478455ee8ef5b5ccde6a8910341d'/>
<id>3902962aac9e478455ee8ef5b5ccde6a8910341d</id>
<content type='text'>
With revision 02eb983e90aeb8e878e5c0f9989b7b701b8ad21a the `python_requires` was set to `3.4`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With revision 02eb983e90aeb8e878e5c0f9989b7b701b8ad21a the `python_requires` was set to `3.4`</pre>
</div>
</content>
</entry>
<entry>
<title>CI: Only test redis-py 3.5.0 (#1294)</title>
<updated>2020-07-07T02:06:23+00:00</updated>
<author>
<name>Paul Spooren</name>
<email>mail@aparcar.org</email>
</author>
<published>2020-07-07T02:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=2775185374d829d8c946116d9d732a9ddb1b0611'/>
<id>2775185374d829d8c946116d9d732a9ddb1b0611</id>
<content type='text'>
Only test on major versions to reduce number of tests.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only test on major versions to reduce number of tests.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Replace travis with GitHub action (#1290)</title>
<updated>2020-07-07T00:28:28+00:00</updated>
<author>
<name>Paul Spooren</name>
<email>mail@aparcar.org</email>
</author>
<published>2020-07-07T00:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=8904757d7e49c7bfb8ea738dc649cfd582be4921'/>
<id>8904757d7e49c7bfb8ea738dc649cfd582be4921</id>
<content type='text'>
* CI: replace travis with GitHub action matrix

The GitHub action runs the same tests as travis however using a more
complex matrix:

Python versions: 3.5, 3.6, 3.7, 3.8
Python 3.4 is dropped by redis-py, therefore not required in the tests.

Redis versions: 3, 4, 5, 6
The different Redis versions offer different features and this allows
checks for compatibility.

redis-py versions: 3.5.0, 3.5.3
3.5.0 is the oldest supported version, 3.5.3 is the latest upstream
verison

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;

* CI: Add flake8 lint action

This actions runs `flake8` and shows style problems of the code. It uses
th GitHub default options which handle most problems as warnings. These
rules could become slowly more strict.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CI: replace travis with GitHub action matrix

The GitHub action runs the same tests as travis however using a more
complex matrix:

Python versions: 3.5, 3.6, 3.7, 3.8
Python 3.4 is dropped by redis-py, therefore not required in the tests.

Redis versions: 3, 4, 5, 6
The different Redis versions offer different features and this allows
checks for compatibility.

redis-py versions: 3.5.0, 3.5.3
3.5.0 is the oldest supported version, 3.5.3 is the latest upstream
verison

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;

* CI: Add flake8 lint action

This actions runs `flake8` and shows style problems of the code. It uses
th GitHub default options which handle most problems as warnings. These
rules could become slowly more strict.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>setup: Set min Python version to 3.5 (#1291)</title>
<updated>2020-07-07T00:26:12+00:00</updated>
<author>
<name>Paul Spooren</name>
<email>mail@aparcar.org</email>
</author>
<published>2020-07-07T00:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=8432a916bd07bdad8189ad2fc6c53694c8a750ce'/>
<id>8432a916bd07bdad8189ad2fc6c53694c8a750ce</id>
<content type='text'>
As `redis-py` in version 3.5.0 is now required, whoch only support
Python 3.5+, we should remove Python 3.4 from the supported Python
versions as well.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As `redis-py` in version 3.5.0 is now required, whoch only support
Python 3.5+, we should remove Python 3.4 from the supported Python
versions as well.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;</pre>
</div>
</content>
</entry>
</feed>
