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
path:
root
/
rq
/
worker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid deprecation warnings on redis-py 3.5.0 hmset (#1253)
Bo Bayles
2020-05-16
1
-2
/
+2
*
Remove extraneous try/except (#1247)
Michael Angeletti
2020-05-13
1
-9
/
+4
*
Slightly increase job key timeout in monitor_work_horse()
Selwin Ong
2020-05-10
1
-1
/
+1
*
Always set job.started_at in monitor_work_horse (#1242)
rmartin48
2020-05-10
1
-1
/
+1
*
Accept lowercase logging level names and accept tuples when setting exception...
Pierre Mdawar
2020-04-16
1
-1
/
+1
*
Implement Customizable Serializer Support (#1219)
Babatunde Olusola
2020-04-16
1
-7
/
+9
*
registry.cleanup() now writes information to job.exc_info (#1226)
Selwin Ong
2020-03-31
1
-1
/
+1
*
fixing HerokuWorkerShutdownTestCase after #1194 (#1213)
Samuel Colvin
2020-03-09
1
-1
/
+1
*
Properly decode hostname in job.refresh()
Selwin Ong
2020-03-08
1
-1
/
+1
*
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
*
Fix simple typo: constrast -> contrast (#1200)
Tim Gates
2020-02-25
1
-1
/
+1
*
Respect timeout -1 in worker hard kill (#1187)
Zach Kanzler
2020-02-25
1
-1
/
+1
*
Add a hard kill from the parent process with a 10% increased timeout … (#1169)
mr-trouble
2020-01-19
1
-0
/
+9
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-15
/
+60
*
worker.register_birth() should use hmset
Selwin Ong
2019-10-08
1
-7
/
+9
*
Store worker's RQ and Python versions (#1125)
Vladimir Protasov
2019-10-08
1
-2
/
+8
*
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
1
-1
/
+2
*
Replace procname with setproctitle (#1108)
Joe
2019-06-16
1
-1
/
+1
*
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
1
-6
/
+13
*
remove unused code (#1092)
秋葉
2019-05-30
1
-1
/
+0
*
Fix timeout adding job to StartedJobRegistry (#1086)
Ted Summer
2019-05-18
1
-1
/
+4
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-90
/
+94
*
Make logging in worker consitent. (#1030)
Wolfgang Langner
2019-01-30
1
-17
/
+17
*
Update/add flag for description logging (#991)
Finnci
2019-01-22
1
-3
/
+13
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-5
/
+5
*
Pass job_id to death penalty class (#936)
John Stowers
2018-10-27
1
-1
/
+1
*
SimpleWorker's ttl must always be longer than jobs. (#1002)
Selwin Ong
2018-10-20
1
-8
/
+11
*
Fix heroku worker (#993)
Selwin Ong
2018-09-23
1
-1
/
+2
*
Horse should exit with return code 1 if it raises an exception
Selwin Ong
2018-09-23
1
-4
/
+7
*
horse should always call os._exit(0)
Selwin Ong
2018-09-23
1
-11
/
+9
*
added logging formatting options (#979)
shikharsg
2018-08-08
1
-3
/
+5
*
worker.main_work_horse should always return 0
Selwin Ong
2018-05-07
1
-3
/
+2
*
add periodic worker heartbeats (#945)
Thomas Kriechbaumer
2018-05-06
1
-20
/
+24
*
Added the ability to fetch workers by queue (#911)
Selwin Ong
2017-12-18
1
-9
/
+24
*
improve logging in worker.py (#902)
Samuel Colvin
2017-11-23
1
-22
/
+26
*
Fixed an issue where `birth` not present in Redis (#901)
vanife
2017-11-17
1
-1
/
+4
*
Fixed an issue where worker.refresh() may fail if last_heartbeat is not prese...
Selwin Ong
2017-11-03
1
-1
/
+4
*
Worker statistics (#897)
Selwin Ong
2017-10-28
1
-20
/
+74
*
Fixed #812 - Send heartbeat during suspension check
Theo
2017-10-24
1
-1
/
+1
*
try latin-1 if utf-8 doesn't work, when decoding exception strings
ndparker
2017-10-23
1
-1
/
+4
*
Fixed #866 - Flak8 errors
Theo
2017-09-08
1
-3
/
+3
*
Merge pull request #855 from floqqi/master
Selwin Ong
2017-07-05
1
-1
/
+6
|
\
|
*
Windows: Use SIGTERM instead of SIGKILL
Florian
2017-06-19
1
-1
/
+6
*
|
use enum WorkerStatus instead of str
liangsijian
2017-05-28
1
-3
/
+3
|
/
*
Merge pull request #833 from yaniv-g/extract_move_to_failed_queue
Selwin Ong
2017-05-15
1
-7
/
+6
|
\
|
*
local commit to avoid circular imports.
Yaniv Greenberg
2017-05-14
1
-1
/
+1
|
*
Moved move_to_failed_queue to separate file.
Yaniv Greenberg
2017-05-14
1
-10
/
+2
[next]