1153 Commits (a0497a2bfbe86cce2d3072c913d23c7f30e87a7f)
 

Author SHA1 Message Date
Selwin Ong 21620e98ca Merge pull request #411 from selwin/fix-exception-handler
Don't pass "args" into logging call
10 years ago
zhangliyong 3eabe76690 Move back rqinfo command for backward compatibility 10 years ago
zhangliyong 4248c934ab Remove unused function 'gettersize' 10 years ago
zhangliyong c796e3249d Fix click dependency version 10 years ago
Selwin Ong 7cf8ef42d1 Don't pass "args" into logging call. 10 years ago
zhangliyong ae1681e7a0 Change doc of rq cli 10 years ago
zhangliyong 5883bb9efe Make pep8 10 years ago
zhangliyong de471b70b6 Merge branch 'master' of github.com:nvie/rq into cli-rq 10 years ago
zhangliyong 0ddd174868 Fix invoking requeue command bug in test_requeue 10 years ago
zhangliyong 8782b11f1e Adjust test_requeue 10 years ago
zhangliyong f734708ad4 Make pythonic 10 years ago
zhangliyong 5670f251d8 Add '--all' option and [JOB_IDS] argument to specify what to requeue 10 years ago
Selwin Ong 2e6f86d549 Merge pull request #407 from rascalking/master
allow queue class to be overriden from command line
10 years ago
Dave Bonner 6eea986012 allow queue class to be overriden from command line
use the same mechanism as the override for worker class.
10 years ago
zhangliyong 37748e5ace Make pep8 10 years ago
zhangliyong 1c97a55064 compat str.format syntax with py26 10 years ago
zhangliyong bc8fe2988d Merge branch 'master' of github.com:nvie/rq into cli-rq 10 years ago
zhangliyong 1ab92602e8 Add testcase for rq_cli 10 years ago
zhangliyong 0c4e28bd62 Use 'with Connection' instead of 'use_connection' 10 years ago
zhangliyong 1e5a8b58a1 Use -y option to confirm emptying failed queue by default 10 years ago
zhangliyong c90da5336e Avoid using use_connection, initial queues directly using redis connection 10 years ago
zhangliyong adc24b6fe0 Fix import error 10 years ago
zhangliyong 551483b477 Add rq info command 10 years ago
zhangliyong e948bde5d7 Add rq command when installing 11 years ago
zhangliyong 81febc6dc5 Format empty help message 11 years ago
zhangliyong f845ae25a2 Make command empty help message friendly 11 years ago
zhangliyong 36880db872 Show progressbar when requeuing 11 years ago
Vincent Driessen 5331dc4de6 Ignore local.py (it's tested in werkzeug instead). 11 years ago
zhangliyong e1d236ec02 Use click.echo instead of print to output 11 years ago
zhangliyong 7f3cb8e785 Merge branch 'master' into cli-rq 11 years ago
zhangliyong 07aea5e5c1 Add CLI `rq` to empty queues and requeue failed jobs 11 years ago
Selwin Ong 2409e817ad Merge pull request #395 from methane/patch-1
Easy refactoring on decorators.py
11 years ago
INADA Naoki 4fb2914c6f Easy refactoring on decorators.py 11 years ago
Vincent Driessen 7ea076e8c8 Merge pull request #394 from selwin/log-extra_data
Capture more data when logging errors
11 years ago
Selwin Ong b05c2052e1 Capture more data when logging errors. 11 years ago
Vincent Driessen db37d8b326 Test on Python 3.4 on Travis, too. 11 years ago
Selwin Ong 893fc5a6ae Add job to WorkingQueue before execution and remove from WorkingQueue after. 11 years ago
Selwin Ong f38d0dc791 Moved some logic into worker.prepare_job_execution to make things testable. 11 years ago
Selwin Ong 90c7eeb111 Implemented WorkingQueue.cleanup(). 11 years ago
Selwin Ong e61d1505bc Added WorkingQueue class. 11 years ago
Vincent Driessen 3de8a47f06 Merge pull request #390 from selwin/pipeline-dependency-registration
job.register_dependency() should support pipelining
11 years ago
Selwin Ong fc19a64670 job.register_dependency() should support pipelining. 11 years ago
Vincent Driessen 3ded050804 Replace by a string just as wide to not make this invalid binary pickle data. 11 years ago
Vincent Driessen b91b89a183 Use highest pickle protocol version to serialize job data. 11 years ago
Vincent Driessen 79db282879 Support enqueueing callable classes.
Fixes #388.
11 years ago
Vincent Driessen 865efd6e8c Leave setting the state to the worker, not the Job itself.
Should fix #389.
11 years ago
Vincent Driessen 712e663ffc Allow passing in positional arguments via tox to pytest.
See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
11 years ago
Vincent Driessen eb6fb27281 Change confusing method name. 11 years ago
Vincent Driessen ea46e79625 Exclude vendor files and irrelevant files from coverage reports. 11 years ago
Vincent Driessen 1bebe85c3a Add badge with number of monthly downloads. 11 years ago