index
:
delta/python-packages/rq.git
canceled-job-registry
clean-worker-registry
codecov
coveralls
delete-stopped-jobs
dependabot/add-v2-config-file
dependency-canceled
deprecate-timeout
enqueue-at-args
failed-job-registry
failed-queue-clears-started-at
fix-race-condition
fix-result-ttl-0
fix-scheduler-onpy-38
fix-started-job-registry-race-condition
fix-unpickleable-result
foxx-feature/testworker-docs
gh-pages
hmset
improve-rq-info
job-scheduling
job-timeout
job-worker-name
log-job-execution-handling
logging-additions
logging-improvements
master
multi-dependencies
parser-class-fix
pubsub
python3.8
register-birth-ttl
reliable-queue
remove-py3.5
results
retry
rqinfo-runs-maintenance-tasks
scheduler-integration
sentry
stop-job
test-infinite-timeout
v1.0
wait-for-processing-unit
watcher
worker-by-queue
worker-compression
worker-statistics
worker-stats
zhangliyong-cli-rq
github.com: nvie/rq.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Travis should test with Python 3.8.2
python3.8
Selwin Ong
2020-06-07
1
-1
/
+1
*
worker.work() should be tested with burst=True
Selwin Ong
2020-06-07
1
-2
/
+2
*
Job.requeue() doesn't return the job (#1265)
ericatkin
2020-06-05
1
-1
/
+1
*
Bump version to 1.4.2
v1.4.2
Selwin Ong
2020-05-26
2
-1
/
+5
*
Attempt to fix hmset command for Redis < 4.0 (#1260)
Selwin Ong
2020-05-26
1
-4
/
+6
*
Took into account DST when computing localtime zones. This wasn't ac… (#1258)
Evan Ackmann
2020-05-24
2
-7
/
+36
*
Merge pull request #1259 from rq/multi-dependencies
Selwin Ong
2020-05-23
4
-27
/
+285
|
\
|
*
Don't try to import cPickle
multi-dependencies
Selwin Ong
2020-05-23
1
-6
/
+1
|
*
Merge remote-tracking branch 'origin/master' into multi-dependencies
Selwin Ong
2020-05-23
15
-34
/
+81
|
|
\
|
|
/
|
/
|
*
|
Remove Python 2.7 from setup.py
Selwin Ong
2020-05-16
1
-2
/
+0
*
|
Bump version to 1.4.1
v1.4.1
Selwin Ong
2020-05-16
2
-1
/
+5
*
|
Use pickle.HIGHEST_PROTOCOL by default (#1254)
Bo Bayles
2020-05-16
2
-3
/
+19
*
|
Avoid deprecation warnings on redis-py 3.5.0 hmset (#1253)
Bo Bayles
2020-05-16
3
-5
/
+15
*
|
Merge branch 'master' of github.com:rq/rq
Selwin Ong
2020-05-13
1
-9
/
+4
|
\
\
|
*
|
Remove extraneous try/except (#1247)
Michael Angeletti
2020-05-13
1
-9
/
+4
*
|
|
Bump version to 1.4.0
v1.4.0
Selwin Ong
2020-05-13
3
-2
/
+10
|
/
/
*
|
Slightly increase job key timeout in monitor_work_horse()
Selwin Ong
2020-05-10
1
-1
/
+1
*
|
Parse job_id as keyword argument to delay() (#1236) (#1243)
grayshirt
2020-05-10
1
-1
/
+2
*
|
Fix typo in scheduling doc (#1245)
Vincent Jacques
2020-05-10
1
-1
/
+1
*
|
Always set job.started_at in monitor_work_horse (#1242)
rmartin48
2020-05-10
1
-1
/
+1
*
|
Fix some code quality issues (#1235)
Prajjwal Nijhara
2020-05-03
4
-3
/
+16
*
|
Add the queue to the Redis queues set when scheduling a job (#1238)
Pierre Mdawar
2020-04-24
1
-5
/
+7
|
*
pipeline calls to get dependency statuses
thomas
2020-05-13
1
-5
/
+5
|
*
Update Job#dependencies_are_met ...
thomas
2020-04-27
3
-27
/
+20
|
*
Revisions
Thomas Matecki
2020-04-16
2
-6
/
+6
|
*
Change parameter name from `exclude` ...
Thomas Matecki
2020-04-16
2
-10
/
+5
|
*
Undo formatting for coverage stats
thomas
2020-04-16
2
-26
/
+15
|
*
Address Deleted Dependencies
thomas
2020-04-16
3
-36
/
+53
|
*
Revert move of status update in `Worker#handle_job_success`
thomas
2020-04-16
3
-25
/
+62
|
*
rename dependencies_finished to dependencies_are_met
thomas
2020-04-16
4
-7
/
+8
|
*
Change get_dependency_statuses to dependencies_finished
Thomas Matecki
2020-04-16
3
-65
/
+35
|
*
Do not watch dependency key set
Thomas Matecki
2020-04-16
2
-30
/
+2
|
*
Undo extra formatting changes
thomas
2020-04-16
1
-17
/
+13
|
*
Fix patches for python2
thomas
2020-04-16
1
-40
/
+30
|
*
Alway set status 'FINISHED' when job is Successful
thomas
2020-04-16
3
-22
/
+38
|
*
Only enqueue dependents for all dependencies are FINISHED
thomas
2020-04-16
2
-1
/
+114
|
*
Create get_dependencies_statuses method on Job
Thomas Matecki
2020-04-16
3
-5
/
+179
|
/
*
Accept lowercase logging level names and accept tuples when setting exception...
Pierre Mdawar
2020-04-16
2
-2
/
+4
*
Implement Customizable Serializer Support (#1219)
Babatunde Olusola
2020-04-16
13
-87
/
+190
*
Add sentry_debug and sentry_ca_certs params (#1229)
Paweł Bąk
2020-04-13
3
-8
/
+17
*
FailedJobRegistry.requeue() resets job.started_at and job.ended_at (#1227)
Selwin Ong
2020-04-01
5
-11
/
+17
*
registry.cleanup() now writes information to job.exc_info (#1226)
Selwin Ong
2020-03-31
3
-1
/
+3
*
Remove unused code (#1214)
Selwin Ong
2020-03-09
1
-24
/
+0
*
Bump version to 1.3.0
v1.3.0
Selwin Ong
2020-03-09
2
-1
/
+8
*
fixing HerokuWorkerShutdownTestCase after #1194 (#1213)
Samuel Colvin
2020-03-09
2
-3
/
+7
*
Properly decode hostname in job.refresh()
Selwin Ong
2020-03-08
1
-1
/
+1
*
enqueue_at should support explicit args and kwargs (#1211)
Selwin Ong
2020-03-08
2
-27
/
+51
*
Pass job ID to error handlers (#1201)
Seamus Mac Conaonaigh
2020-02-28
1
-0
/
+1
*
fix kill_horse will cause zombie processes (#1194)
wevsty
2020-02-25
1
-0
/
+2
*
Merge branch 'master' of github.com:rq/rq
Selwin Ong
2020-02-25
1
-0
/
+6
|
\
[next]