Vincent Driessen
|
c6f7978464
|
Fix non-truth in README.
|
2015-03-09 09:21:40 +01:00 |
Vincent Driessen
|
55907805f6
|
Merge branch 'zzerk-master'
|
2015-03-09 09:20:55 +01:00 |
Vincent Driessen
|
f374053928
|
Don't require Redis 2.10.
|
2015-03-09 09:20:42 +01:00 |
Vincent Driessen
|
8505198298
|
Bump to 0.5.1.
|
2015-03-09 09:18:48 +01:00 |
Vincent Driessen
|
5e57e97b4e
|
Add changelog for 0.5.1.
|
2015-03-09 09:18:34 +01:00 |
Vincent Driessen
|
5990fa9d73
|
Merge pull request #499 from vladkens/issue/498
ZADD bugfix
|
2015-03-08 11:39:23 +01:00 |
Eric Bustarret
|
8000957009
|
Update requirements to redis-py 2.10.0
|
2015-03-06 15:34:07 +01:00 |
Vincent Driessen
|
2176629737
|
Merge pull request #500 from zzerk/master
Add REDIS_SSL option in worker config file
|
2015-03-06 13:18:34 +01:00 |
Eric Bustarret
|
9fba806662
|
Add REDIS_SSL option
Allow the worker to connect to a Redis instance through SSL (ex: Azure
Redis Cache use SSL only by default)
|
2015-03-06 12:53:48 +01:00 |
Vlad Pronsky
|
933e6697cd
|
Fixed redis drivers bug
|
2015-03-05 01:08:07 +02:00 |
Selwin Ong
|
30b21ef06e
|
Merge pull request #465 from marklap/workerbirthdeath
add birth_date and death_date properties to Worker
|
2015-02-27 08:51:55 +07:00 |
Mark LaPerriere
|
636a537fa7
|
updates addressing @selwin comments for PR #465
|
2015-02-26 09:41:20 -05:00 |
Vincent Driessen
|
09b08e46ce
|
Merge pull request #494 from ta2-1/master
Add missed `multi` command after `watch`
|
2015-02-25 13:58:22 +01:00 |
Taras Semenenko
|
3dfd044767
|
Add missed `multi` command after `watch`
`watch` command should be used in conjunction with `multi` command
which was missed in enqueuing of job with dependencies.
Fix #487
|
2015-02-25 14:32:37 +03:00 |
Selwin Ong
|
5bcca82ea4
|
Merge pull request #492 from dwaynebailey/master
Allow non-ASCII characters in arguments
|
2015-02-24 21:38:04 +07:00 |
alternativshik
|
219f21b637
|
Allow non-ASCII characters in arguments
get_call_string() failed if any arguments contained non-ASCII strings.
Fixes #406
|
2015-02-24 11:53:47 +00:00 |
Vincent Driessen
|
dd75af92a4
|
Merge pull request #491 from selwin/connection-params
Restored the ability to specify connection params in config
|
2015-02-23 11:32:30 +01:00 |
Selwin Ong
|
1005222371
|
Restored the ability to specify connection params in config
|
2015-02-23 17:28:51 +07:00 |
Selwin Ong
|
74db5de74e
|
Merge pull request #486 from glaslos/optimized_lrem
lrem only first occurrence of the job id (we expect only one)
|
2015-02-23 16:36:12 +07:00 |
glaslos
|
c155918d6d
|
lrem only first occurrence of the job id (we expect only one)
|
2015-02-18 15:36:39 +01:00 |
Mark LaPerriere
|
a4ca4704ac
|
convert redis returned bytes into text/string
|
2015-02-05 23:17:41 -05:00 |
Mark LaPerriere
|
450c5969aa
|
call register birth in the register birth test
|
2015-02-05 23:12:33 -05:00 |
Mark LaPerriere
|
af5a8624a6
|
add tests for birth and death worker methods
|
2015-02-05 23:05:10 -05:00 |
Mark LaPerriere
|
cfe3da287a
|
updated branch to latest
|
2015-02-05 22:53:21 -05:00 |
Selwin Ong
|
a1a89217ea
|
Merge pull request #478 from shvechikov/patch-1
Tiny fix of the indefinite article before "RQ"
|
2015-02-01 20:22:35 +07:00 |
Leonid Shvechikov
|
1018330cea
|
Tiny fix of the indefinite article before "RQ"
"An" should be used here because "RQ" sounds like "ar-kiu".
|
2015-02-01 10:37:21 +03:00 |
Vincent Driessen
|
b8d425b318
|
Various PEP8 fixes.
|
2015-01-30 09:24:51 +01:00 |
Vincent Driessen
|
fac2b10309
|
Auto-sort imports using isort.
|
2015-01-30 09:24:51 +01:00 |
Vincent Driessen
|
e8c3b96a5a
|
Bump to 0.5.0.
|
2015-01-30 09:17:34 +01:00 |
Selwin Ong
|
5360222a25
|
Merge branch 'master' of github.com:nvie/rq
|
2015-01-30 14:40:08 +07:00 |
Selwin Ong
|
008d72ff09
|
Documented new features in 0.5.0.
|
2015-01-30 14:39:42 +07:00 |
Vincent Driessen
|
618270c951
|
Merge pull request #475 from selwin/deferred-job-status
Deferred job status
|
2015-01-27 21:57:23 +01:00 |
Selwin Ong
|
105b95e9b8
|
Fixed an error in super call.
|
2015-01-26 08:37:03 +07:00 |
Selwin Ong
|
de1cd8a83c
|
Fixed test error in Python 3.
|
2015-01-26 08:31:58 +07:00 |
Selwin Ong
|
dac0be6cc7
|
Added DeferredJobsRegistry to keep track of deferred jobs.
|
2015-01-23 17:53:27 +07:00 |
Selwin Ong
|
3e674fbe6a
|
queue.enqueue() should set job.origin.
|
2015-01-23 16:33:48 +07:00 |
Selwin Ong
|
9320496402
|
Simplify FailedQueue.quarantine and ensure that a deferred job's status is set to Queued when enqueued.
|
2015-01-23 16:05:29 +07:00 |
Selwin Ong
|
7fd2ac8ca6
|
Added "DEFERRED" Job status for jobs that have unsatisfied dependencies.
|
2015-01-23 15:16:32 +07:00 |
Vincent Driessen
|
dc5cd514ee
|
Explicitly cast map() result to a list, for Python 3 compat.
|
2015-01-23 14:27:41 +07:00 |
Selwin Ong
|
dc09676ee0
|
Minor copywriting fixes.
|
2015-01-23 13:59:06 +07:00 |
Selwin Ong
|
01ab2f20dd
|
Minor copywriting fixes.
|
2015-01-23 13:58:25 +07:00 |
Vincent Driessen
|
543bcbc60b
|
Explicitly cast map() result to a list, for Python 3 compat.
|
2015-01-21 16:12:12 -08:00 |
Selwin Ong
|
eae2c40ea0
|
Merge pull request #457 from jlopex/block_until_horse_finishes
Make parent worker process wait until horse process finishes
|
2015-01-12 14:59:56 +07:00 |
Selwin Ong
|
0a0a81da6d
|
Merge pull request #463 from conslo/skip-queue
Skip queue
|
2015-01-12 14:33:22 +07:00 |
Selwin Ong
|
31dcb572a7
|
Merge pull request #434 from jtushman/redis-based-shutdown
triggering shutdown by setting a redis flag
|
2015-01-12 14:25:08 +07:00 |
Mark LaPerriere
|
e6c32edad9
|
add birth_date and death_date properties to Worker
|
2014-12-19 14:17:17 -05:00 |
Jonathan Tushman
|
60c27d5a27
|
fixing xrange for python3 compatability
|
2014-12-15 10:35:19 -05:00 |
Jonathan Tushman
|
1ae5a12a81
|
merging master
|
2014-12-15 10:06:19 -05:00 |
Jonathan Tushman
|
ccd41396f6
|
adding suspend with duration test
|
2014-12-15 10:04:13 -05:00 |
Travis Johnson
|
2667088b68
|
changed the kwarg, but forgot to change the test
|
2014-12-14 23:02:47 -05:00 |