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
*
Added `auto_start` argument to scheduler.acquire_locks()
Selwin Ong
2019-09-21
3
-5
/
+26
*
Use OSError rather than ProcessLookupError for PyPy compatibility
Selwin Ong
2019-09-10
1
-1
/
+1
*
Only call stop_scheduler if there's a scheduler present
Selwin Ong
2019-09-10
1
-2
/
+4
*
Somewhat working implementation of RQ scheduler
Selwin Ong
2019-09-10
5
-74
/
+182
*
Merge branch 'master' into job-scheduling
Selwin Ong
2019-09-08
6
-6
/
+25
|
\
|
*
Fix unreliable test (#1126)
Vladimir Protasov
2019-09-08
1
-2
/
+5
|
*
Fix where -> were typo (#1121)
Andy Lulham
2019-09-08
1
-1
/
+1
|
*
docs/jobs: Fix minor typo (#1128)
William Woodruff
2019-09-08
1
-1
/
+1
|
*
Add failure_ttl on job decorator (#1130)
Bartłomiej Biernacki
2019-09-08
2
-2
/
+17
|
*
Include LICENSE in manifest (#1134)
Igor Gnatenko
2019-09-08
1
-0
/
+1
*
|
Added scheduler.prepare_registries()
Selwin Ong
2019-08-03
4
-8
/
+45
*
|
Changed scheduler.acquire_locks() to instance method
Selwin Ong
2019-07-27
2
-18
/
+20
*
|
Fixed test errors
Selwin Ong
2019-07-20
4
-20
/
+39
*
|
Merge branch 'master' into job-scheduling
Selwin Ong
2019-07-20
13
-65
/
+163
|
\
\
|
|
/
|
*
Fixed test errors caused by _sentry_trace_headers
Selwin Ong
2019-07-20
1
-4
/
+0
|
*
Bump version to 1.1.0
v1.1.0
Selwin Ong
2019-07-20
1
-1
/
+1
|
*
Updated CHANGES.md
Selwin Ong
2019-07-20
1
-2
/
+7
|
*
otp: reuse utcnow (#1115)
Chyroc
2019-07-05
1
-1
/
+1
|
*
Added logging statements to handle_job_success and handle_job_failure (#1112)
Selwin Ong
2019-06-22
3
-7
/
+7
|
*
Added checks for 0 ttl (#1110)
Selwin Ong
2019-06-16
2
-1
/
+23
|
*
Update worker document for setproctitle feature (#1109)
Joe
2019-06-16
1
-1
/
+7
|
*
Replace procname with setproctitle (#1108)
Joe
2019-06-16
1
-1
/
+1
|
*
rq info management command now cleans up registries when first run (#1107)
Selwin Ong
2019-06-15
3
-25
/
+43
|
*
Improve worker start/stop logging messages (#1105)
Selwin Ong
2019-06-12
1
-7
/
+10
|
*
add the ability to have the worker stop executing after a max amount of jobs ...
Paul Robertson
2019-06-12
5
-10
/
+34
|
*
Update README.md
Selwin Ong
2019-06-07
1
-3
/
+5
|
*
Fixes disable-job-desc-logging flag on CLI (#1096)
janierdavila
2019-06-07
1
-2
/
+3
|
*
CI - test against py3.8 (#1095)
Paul Robertson
2019-06-07
1
-7
/
+11
|
*
Create FUNDING.yml
Selwin Ong
2019-05-30
1
-0
/
+9
|
*
remove unused code (#1092)
秋葉
2019-05-30
1
-1
/
+0
|
*
Update README.md
Selwin Ong
2019-05-30
1
-0
/
+4
*
|
WIP on scheduler's threading mechanism
Selwin Ong
2019-05-18
1
-3
/
+49
*
|
Added ScheduledJobRegistry.get_scheduled_time(job)
Selwin Ong
2019-05-18
3
-0
/
+26
*
|
Merge branch 'master' into job-scheduling
Selwin Ong
2019-05-18
5
-13
/
+34
|
\
\
|
|
/
|
*
Update index.md (#1089)
Christopher Pickering
2019-05-18
1
-0
/
+1
|
*
Fix timeout adding job to StartedJobRegistry (#1086)
Ted Summer
2019-05-18
2
-1
/
+21
|
*
Fix usage example of queue.enqueue() (#1082)
Ted Summer
2019-05-07
1
-1
/
+1
|
*
Updated leftover references to FailedQueue
Selwin Ong
2019-05-07
1
-10
/
+10
|
*
Fix docs on job attributes (#1083)
Ted Summer
2019-05-07
1
-1
/
+1
*
|
Fixed Python 2.7 tests
Selwin Ong
2019-05-06
1
-8
/
+13
*
|
WIP job scheduling
Selwin Ong
2019-05-06
6
-24
/
+131
*
|
Merge branch 'master' into job-scheduling
Selwin Ong
2019-04-20
8
-45
/
+100
|
\
\
|
|
/
|
*
Clarify the use of "args" and "kwargs" in queue.enqueue()
Selwin Ong
2019-04-14
1
-7
/
+12
|
*
Updated docs to change "normal" to "default"
Selwin Ong
2019-04-14
1
-6
/
+6
|
*
Updated docs to change "normal" to "default"
Selwin Ong
2019-04-14
1
-2
/
+2
|
*
Implemented Job.fetch_many (#1072)
Selwin Ong
2019-04-14
5
-26
/
+76
|
*
Give better titles to documentation pages (#1064)
Mike Lissner
2019-04-09
4
-4
/
+4
*
|
First RQScheduler prototype
Selwin Ong
2019-04-13
3
-0
/
+177
|
/
*
Updated systemd docs
Selwin Ong
2019-04-07
1
-3
/
+6
*
Added systemd example
Selwin Ong
2019-04-07
3
-1
/
+42
[next]