<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git, branch worker-by-queue</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 worker_registration.get_keys().</title>
<updated>2017-11-24T14:45:55+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-24T14:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=f45bb6f7b7644bda572f70b45168b34fde785826'/>
<id>f45bb6f7b7644bda572f70b45168b34fde785826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added worker_registration.unregister.</title>
<updated>2017-11-24T14:14:53+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-24T14:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=7d23d752cc59e0700b0d941b62009ef9319cd759'/>
<id>7d23d752cc59e0700b0d941b62009ef9319cd759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>job.data is now stored in compressed format.</title>
<updated>2017-11-18T01:13:36+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-18T01:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=e25c5dbc16333c2c976539bad48a583cd007bfb7'/>
<id>e25c5dbc16333c2c976539bad48a583cd007bfb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>job.exc_info is now compressed.</title>
<updated>2017-11-18T00:13:10+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-18T00:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=8cca220cce8739bf1c2b1852830874e35bf1ebaf'/>
<id>8cca220cce8739bf1c2b1852830874e35bf1ebaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an issue where `birth` not present in Redis (#901)</title>
<updated>2017-11-17T02:46:47+00:00</updated>
<author>
<name>vanife</name>
<email>contact.vano+github@gmail.com</email>
</author>
<published>2017-11-17T02:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=ff36e0656e3484ec648c682214b48aad3f924e88'/>
<id>ff36e0656e3484ec648c682214b48aad3f924e88</id>
<content type='text'>
* Fixed an issue where `birth` not present in Redis

Fixed an issue where worker.refresh() may fail if `birth` is not present in Redis

* added test coverage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed an issue where `birth` not present in Redis

Fixed an issue where worker.refresh() may fail if `birth` is not present in Redis

* added test coverage
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.9.1.</title>
<updated>2017-11-03T06:00:40+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-03T06:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=e5de3dfbb55e444e438f49dd0a4d1328e56213ee'/>
<id>e5de3dfbb55e444e438f49dd0a4d1328e56213ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed an issue where worker.refresh() may fail if last_heartbeat is not present in Redis.</title>
<updated>2017-11-03T05:59:28+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-03T05:59:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=7b9c3b6b663508814b36dc2ffc0f792eca642180'/>
<id>7b9c3b6b663508814b36dc2ffc0f792eca642180</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' of github.com:nvie/rq</title>
<updated>2017-11-01T09:11:40+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-11-01T09:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=25ced943e159fa17a199c1d48dfd443fa542178c'/>
<id>25ced943e159fa17a199c1d48dfd443fa542178c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Worker statistics (#897)</title>
<updated>2017-10-28T10:45:49+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-10-28T10:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=1d7b5e834b7d9042215243ca6d0856a87e7f0f5d'/>
<id>1d7b5e834b7d9042215243ca6d0856a87e7f0f5d</id>
<content type='text'>
* First stab at implementing worker statistics.

* Moved worker data restoration logic to worker.refresh().

* Failed and successfull job counts are now properly incremented.

* Worker now keeps track of total_working_time

* Ensure job.ended_at is set in the case of unhandled job failure.

* handle_job_failure shouldn't crash if job.started_at is not present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* First stab at implementing worker statistics.

* Moved worker data restoration logic to worker.refresh().

* Failed and successfull job counts are now properly incremented.

* Worker now keeps track of total_working_time

* Ensure job.ended_at is set in the case of unhandled job failure.

* handle_job_failure shouldn't crash if job.started_at is not present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.9.0</title>
<updated>2017-10-28T10:37:26+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2017-10-28T10:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=3c98175a4a2ddd763e4200715cc9655613d1423a'/>
<id>3c98175a4a2ddd763e4200715cc9655613d1423a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
