<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git/rq/decorators.py, branch python3.8</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>Parse job_id as keyword argument to delay() (#1236) (#1243)</title>
<updated>2020-05-10T10:35:52+00:00</updated>
<author>
<name>grayshirt</name>
<email>damackey@gmail.com</email>
</author>
<published>2020-05-10T10:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=d8dea02081bde62c39dbcb7190b9245b468e657b'/>
<id>d8dea02081bde62c39dbcb7190b9245b468e657b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failure_ttl on job decorator (#1130)</title>
<updated>2019-09-08T11:04:43+00:00</updated>
<author>
<name>Bartłomiej Biernacki</name>
<email>pax0r@users.noreply.github.com</email>
</author>
<published>2019-09-08T11:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=51efc203713958e1f0a0ae774c9e752a1998a7d6'/>
<id>51efc203713958e1f0a0ae774c9e752a1998a7d6</id>
<content type='text'>
Without it you cannot specify custom timeout for failed jobs created using decorator</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without it you cannot specify custom timeout for failed jobs created using decorator</pre>
</div>
</content>
</entry>
<entry>
<title>Add description param to  @job decorator (#912)</title>
<updated>2018-01-02T05:52:19+00:00</updated>
<author>
<name>Nikita Lyubchich</name>
<email>nikita.lyubchich@gmail.com</email>
</author>
<published>2018-01-02T05:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=a3eb6475dc4c48f49d8c4afee6aa165ceda80e91'/>
<id>a3eb6475dc4c48f49d8c4afee6aa165ceda80e91</id>
<content type='text'>
After using `@job` decorator for a function that takes a long string, in RQ worker I got printed all the args/kwargs via `job.get_call_string()`.

To get this overridden, I added `description` argument to the decorator.

I decided not to put this in `delay` method because it's may be currently be used by end user.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After using `@job` decorator for a function that takes a long string, in RQ worker I got printed all the args/kwargs via `job.get_call_string()`.

To get this overridden, I added `description` argument to the decorator.

I decided not to put this in `delay` method because it's may be currently be used by end user.</pre>
</div>
</content>
</entry>
<entry>
<title>Add meta to decorator, move depends_on + at_front to decorator (#892)</title>
<updated>2017-12-06T14:34:26+00:00</updated>
<author>
<name>John Lucas</name>
<email>john.lucas845@gmail.com</email>
</author>
<published>2017-12-06T14:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=34c403ec8d0794b62cc7ac72eb54522c9f68db90'/>
<id>34c403ec8d0794b62cc7ac72eb54522c9f68db90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add at_front option for decorated functions</title>
<updated>2017-10-10T09:14:35+00:00</updated>
<author>
<name>Dmitriy Sorokin</name>
<email>karech92@gmail.com</email>
</author>
<published>2017-10-10T09:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=d6e875119a0c850dd2400cc3b2ddf8b2ee8e9637'/>
<id>d6e875119a0c850dd2400cc3b2ddf8b2ee8e9637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #866 - Flak8 errors</title>
<updated>2017-09-08T09:28:10+00:00</updated>
<author>
<name>Theo</name>
<email>theo.despoudis@teckro.com</email>
</author>
<published>2017-09-08T09:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=096c5ad3c20d849220fe9fe84d082f6fb612a09e'/>
<id>096c5ad3c20d849220fe9fe84d082f6fb612a09e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs</title>
<updated>2017-01-25T08:43:36+00:00</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2017-01-23T15:37:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=c01966243086336b2d934b7ca65401db8d317107'/>
<id>c01966243086336b2d934b7ca65401db8d317107</id>
<content type='text'>
This includes:

- a partial refactor of the CLI to organize the shared options
- extends the tests in areas where passing custom backend classes makes sense
- allow setting the core CLI options as env vars
- minor cosmetic changes here and there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes:

- a partial refactor of the CLI to organize the shared options
- extends the tests in areas where passing custom backend classes makes sense
- allow setting the core CLI options as env vars
- minor cosmetic changes here and there
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ttl argument to decorator</title>
<updated>2016-02-16T14:15:49+00:00</updated>
<author>
<name>Javi Imbernon</name>
<email>javi@javimb.com</email>
</author>
<published>2016-02-16T14:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=1d6c2b98b701366a017830ba8e7746618ec80301'/>
<id>1d6c2b98b701366a017830ba8e7746618ec80301</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync jobs should be cleaned up after execution.</title>
<updated>2015-07-10T01:58:38+00:00</updated>
<author>
<name>Selwin Ong</name>
<email>selwin.ong@gmail.com</email>
</author>
<published>2015-07-10T01:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=edd139d86f9758a7c908cafcda484afa565e3caf'/>
<id>edd139d86f9758a7c908cafcda484afa565e3caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Easy refactoring on decorators.py</title>
<updated>2014-08-06T15:58:06+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2014-08-06T15:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/rq.git/commit/?id=4fb2914c6fa82422ad5fd58c63c08f14721e77b4'/>
<id>4fb2914c6fa82422ad5fd58c63c08f14721e77b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
