Vincent Driessen
|
fac2b10309
|
Auto-sort imports using isort.
|
10 years ago |
Selwin Ong
|
105b95e9b8
|
Fixed an error in super call.
|
10 years ago |
Selwin Ong
|
de1cd8a83c
|
Fixed test error in Python 3.
|
10 years ago |
Selwin Ong
|
dac0be6cc7
|
Added DeferredJobsRegistry to keep track of deferred jobs.
|
10 years ago |
Selwin Ong
|
3e674fbe6a
|
queue.enqueue() should set job.origin.
|
10 years ago |
Selwin Ong
|
7fd2ac8ca6
|
Added "DEFERRED" Job status for jobs that have unsatisfied dependencies.
|
10 years ago |
Selwin Ong
|
0a0a81da6d
|
Merge pull request #463 from conslo/skip-queue
Skip queue
|
10 years ago |
Jonathan Tushman
|
60c27d5a27
|
fixing xrange for python3 compatability
|
10 years ago |
Jonathan Tushman
|
1ae5a12a81
|
merging master
|
10 years ago |
Jonathan Tushman
|
ccd41396f6
|
adding suspend with duration test
|
10 years ago |
Travis Johnson
|
2667088b68
|
changed the kwarg, but forgot to change the test
|
10 years ago |
Travis Johnson
|
add4d625b6
|
Merge branch 'nvie' into skip-queue
Conflicts:
rq/queue.py
|
10 years ago |
Vincent Driessen
|
cd0c3c9c1e
|
Merge pull request #462 from conslo/worker-hash
Worker hash
|
10 years ago |
Jonathan Tushman
|
82333d2ad5
|
triggering shutdown by setting a redis flag
|
10 years ago |
Selwin Ong
|
e1801c5c44
|
Merge pull request #453 from glaslos/job_ttl
TTL for jobs
|
10 years ago |
Travis Johnson
|
d4b72d330d
|
test for skip_queue mechanics
|
10 years ago |
Travis Johnson
|
6ef9177a7d
|
2.6 compatible set syntax
|
10 years ago |
Travis Johnson
|
de72f98fbe
|
test for workers equality
|
10 years ago |
Nic Cope
|
09cab7a90d
|
Allow maximum job age to be specified when cleaning up or getting expired jobs from a registry.
This ensures that all jobs cleaned from a started registry end up in the failed queue.
|
10 years ago |
glaslos
|
8a3fd91e2e
|
renaming job.job_ttl to job.ttl
|
10 years ago |
Selwin Ong
|
2091c601b1
|
Merge pull request #451 from conslo/depend-on-unsaved-job-ids
Depend on unsaved job ids
|
10 years ago |
Nic Cope
|
8fa184b86b
|
Ensure the FinishedJobRegistry honors an 'infinite' result_ttl of -1
|
10 years ago |
glaslos
|
55c541bc59
|
added job ttl to queue.enqueue()
|
10 years ago |
Travis Johnson
|
b14f739dfe
|
no need for that save anymore
|
10 years ago |
Travis Johnson
|
82729c98dc
|
test for id based job dependancies
|
10 years ago |
Adam Wen
|
cd0230cae3
|
make job description unicode friendly
|
10 years ago |
zhangliyong
|
3d49784bcc
|
Merge branch 'master' of github.com:nvie/rq into cli-rq-worker
|
10 years ago |
Selwin Ong
|
2307bc8253
|
Added FinishedJobRegistry to monitor finished jobs.
|
10 years ago |
Selwin Ong
|
74a9982ecb
|
Fixed a bug where expired jobs aren't deleted from JobStartedRegistry.
|
10 years ago |
Selwin Ong
|
18c6ea64ef
|
Merge pull request #419 from selwin/registry-len
Added JobStartedRegistry.count
|
10 years ago |
zhangliyong
|
f9511664c8
|
Make flake8 happy :)
|
10 years ago |
zhangliyong
|
94e494e645
|
Add testcase for rq worker command
|
10 years ago |
zhangliyong
|
918403e371
|
Update test_cli
|
10 years ago |
Selwin Ong
|
202be75b21
|
Merge pull request #415 from foxx/feature/custom-job-ids
Allow job ID to be set on enqueue/enqueue_call() - fixes #412
|
10 years ago |
Selwin Ong
|
c1dc30eae3
|
Added __len__ method to Queue.
|
10 years ago |
Selwin Ong
|
fae7df5aa7
|
Renamed StartedJobRegistry.get_job_count to StartedJobRegistry.count for consistency.
|
10 years ago |
Selwin Ong
|
41ae1ce8a7
|
Added a registry.get_job_count().
|
10 years ago |
Cal Leeming
|
6aa2e18f88
|
Another unused import, oops
|
10 years ago |
Vincent Driessen
|
7686785d61
|
Merge branch 'selwin-working-queue'
Conflicts:
tests/test_worker.py
|
10 years ago |
Vincent Driessen
|
4b7c59d68d
|
Fix PEP8 complaints.
|
10 years ago |
Selwin Ong
|
6d79082b62
|
Call move_expired_jobs_to_failed_queue before returning job_ids.
|
10 years ago |
Selwin Ong
|
dc12f8aee5
|
Fixed random registry failures when run on slower machines.
|
10 years ago |
Selwin Ong
|
9341a4a33d
|
Renamed WorkingQueue to StartedJobRegistry.
|
10 years ago |
Selwin Ong
|
4d90cc062e
|
Add job to WorkingQueue before execution and remove from WorkingQueue after.
|
10 years ago |
Selwin Ong
|
a28575088b
|
Implemented WorkingQueue.cleanup().
|
10 years ago |
Selwin Ong
|
3dc008d090
|
Added WorkingQueue class.
|
10 years ago |
Vincent Driessen
|
9ab46804c6
|
Merge pull request #417 from foxx/feature/testworker
Added test worker for unit tests - fixes #413
|
10 years ago |
foxx
|
52c3ad0fbf
|
Renamed to SimpleWorker
|
10 years ago |
foxx
|
23cae3a420
|
Fixed bug caused by broken merge, my bad
|
10 years ago |
foxx
|
16ee71f26d
|
Use class for test worker, and performs PID check in unit tests, #412
|
10 years ago |