<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git, branch wait-for-processing-unit</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.wait_for_procesing_unit()`.</title>
<updated>2023-03-23T04:20:06+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2023-03-23T04:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=8abdc62d23926fbac15142d7b7b30cdf40cca55a'/>
<id>8abdc62d23926fbac15142d7b7b30cdf40cca55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate job callbacks execution (#1851)</title>
<updated>2023-03-20T23:44:41+00:00</updated>
<author>
<name>Rony Lutsky</name>
<email>3050627+ronlut@users.noreply.github.com</email>
</author>
<published>2023-03-20T23:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=04722339d7598ff0c52f11c3680ed2dd922e6768'/>
<id>04722339d7598ff0c52f11c3680ed2dd922e6768</id>
<content type='text'>
* consolidate job failure callback execution

* fix

* success callback as well

* merge fix

* create Callback class and change how callbacks serde

* deprecation

* add tests

* string format

* pr fix

* revert serialization changes

* fix timeout typing

* add documentation

* add test

* fix a bug

* fix tests

* move job heartbeat call to worker and make sure there is always a callback timeout

* fix test

* fix test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* consolidate job failure callback execution

* fix

* success callback as well

* merge fix

* create Callback class and change how callbacks serde

* deprecation

* add tests

* string format

* pr fix

* revert serialization changes

* fix timeout typing

* add documentation

* add test

* fix a bug

* fix tests

* move job heartbeat call to worker and make sure there is always a callback timeout

* fix test

* fix test</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in deprecation warning (#1866)</title>
<updated>2023-03-12T02:42:14+00:00</updated>
<author>
<name>Jochen Kupperschmidt</name>
<email>homework@nwsnet.de</email>
</author>
<published>2023-03-12T02:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=60164c510721c84d9500a25b0f7bd186510cbca0'/>
<id>60164c510721c84d9500a25b0f7bd186510cbca0</id>
<content type='text'>
Help when grepping through warnings.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Help when grepping through warnings.</pre>
</div>
</content>
</entry>
<entry>
<title>Check dependencies when enqueue via Queue.enqueue_job() (#1837)</title>
<updated>2023-03-08T23:15:57+00:00</updated>
<author>
<name>Simó Albert i Beltran</name>
<email>sim6@bona.gent</email>
</author>
<published>2023-03-08T23:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=64e202ea1919ce6a3e356b0aa2c88383dd1ac430'/>
<id>64e202ea1919ce6a3e356b0aa2c88383dd1ac430</id>
<content type='text'>
* test: check dependencies when enqueue via Queue.enqueue_job()

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;

* fix: check dependencies when enqueue via Queue.enqueue_job()

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;
Co-authored-by: Selwin Ong &lt;selwin.ong@gmail.com&gt;

---------

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;
Co-authored-by: Selwin Ong &lt;selwin.ong@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test: check dependencies when enqueue via Queue.enqueue_job()

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;

* fix: check dependencies when enqueue via Queue.enqueue_job()

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;
Co-authored-by: Selwin Ong &lt;selwin.ong@gmail.com&gt;

---------

Signed-off-by: Simó Albert i Beltran &lt;sim6@bona.gent&gt;
Co-authored-by: Selwin Ong &lt;selwin.ong@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix: remove unsafe formating and standardize qoutes (#1857)</title>
<updated>2023-03-08T02:41:03+00:00</updated>
<author>
<name>Jesse P. Johnson</name>
<email>kuwv@users.noreply.github.com</email>
</author>
<published>2023-03-08T02:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=5a1c0a09f4bf67f50030f3f217a1d6dfd434c045'/>
<id>5a1c0a09f4bf67f50030f3f217a1d6dfd434c045</id>
<content type='text'>
* test: resolve merge issues

* test: resolve merge issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test: resolve merge issues

* test: resolve merge issues</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: type annotations as str to allow Windows usage (#1852)</title>
<updated>2023-03-08T02:39:04+00:00</updated>
<author>
<name>lowercase00</name>
<email>21188280+lowercase00@users.noreply.github.com</email>
</author>
<published>2023-03-08T02:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=ec0b08ebf0721eeb386745360d55e0877f8b632c'/>
<id>ec0b08ebf0721eeb386745360d55e0877f8b632c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: remove python2 cruft (#1863)</title>
<updated>2023-03-08T02:38:28+00:00</updated>
<author>
<name>Jesse P. Johnson</name>
<email>kuwv@users.noreply.github.com</email>
</author>
<published>2023-03-08T02:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=a21768ad90d9936f6a6067e04b5e25037d59e0ac'/>
<id>a21768ad90d9936f6a6067e04b5e25037d59e0ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add deprecation warnings to connection functions (#1860)</title>
<updated>2023-03-08T02:37:39+00:00</updated>
<author>
<name>lowercase00</name>
<email>21188280+lowercase00@users.noreply.github.com</email>
</author>
<published>2023-03-08T02:37:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=c12561db0a16156d991774181680616fc31f9b54'/>
<id>c12561db0a16156d991774181680616fc31f9b54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `use_connection` (#1859)</title>
<updated>2023-03-07T03:54:47+00:00</updated>
<author>
<name>lowercase00</name>
<email>21188280+lowercase00@users.noreply.github.com</email>
</author>
<published>2023-03-07T03:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=d5bde117c2f5477b5d0ba9846f2a7c4480ca1854'/>
<id>d5bde117c2f5477b5d0ba9846f2a7c4480ca1854</id>
<content type='text'>
* feat: remove use_connection

* fix: clear old test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* feat: remove use_connection

* fix: clear old test</pre>
</div>
</content>
</entry>
<entry>
<title>Update arguments passed to the Sentinel Object when created from the settings (#1850)</title>
<updated>2023-03-07T03:03:31+00:00</updated>
<author>
<name>Joachim Burket</name>
<email>joachimBurket@users.noreply.github.com</email>
</author>
<published>2023-03-07T03:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=7f9f0f72ba1adac907791d604d5f56af8125fdfd'/>
<id>7f9f0f72ba1adac907791d604d5f56af8125fdfd</id>
<content type='text'>
* Updated arguments passed to the Sentinel Object when created from the settings

- added `USERNAME` key
- added `CONNECTION_KWARGS` key to allow passing additionals arguments to the Redis connections
- updated the documentation

* added missing comma

* tests(helpers): Added tests for Sentinel

---------

Co-authored-by: Joachim Burket &lt;joachim.burket@hopitalvs.ch&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated arguments passed to the Sentinel Object when created from the settings

- added `USERNAME` key
- added `CONNECTION_KWARGS` key to allow passing additionals arguments to the Redis connections
- updated the documentation

* added missing comma

* tests(helpers): Added tests for Sentinel

---------

Co-authored-by: Joachim Burket &lt;joachim.burket@hopitalvs.ch&gt;</pre>
</div>
</content>
</entry>
</feed>
