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
/
tests
/
test_worker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
worker.work() should be tested with burst=True
Selwin Ong
2020-06-07
1
-2
/
+2
*
Implement Customizable Serializer Support (#1219)
Babatunde Olusola
2020-04-16
1
-0
/
+9
*
fixing HerokuWorkerShutdownTestCase after #1194 (#1213)
Samuel Colvin
2020-03-09
1
-2
/
+6
*
Add a hard kill from the parent process with a 10% increased timeout … (#1169)
mr-trouble
2020-01-19
1
-0
/
+27
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-14
/
+7
*
Store worker's RQ and Python versions (#1125)
Vladimir Protasov
2019-10-08
1
-0
/
+31
*
Fix unreliable test (#1126)
Vladimir Protasov
2019-09-08
1
-2
/
+5
*
Fixed test errors caused by _sentry_trace_headers
Selwin Ong
2019-07-20
1
-4
/
+0
*
Added logging statements to handle_job_success and handle_job_failure (#1112)
Selwin Ong
2019-06-22
1
-5
/
+4
*
add the ability to have the worker stop executing after a max amount of jobs ...
Paul Robertson
2019-06-12
1
-2
/
+13
*
Fix timeout adding job to StartedJobRegistry (#1086)
Ted Summer
2019-05-18
1
-0
/
+17
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-64
/
+120
*
Make logging in worker consitent. (#1030)
Wolfgang Langner
2019-01-30
1
-4
/
+4
*
Update/add flag for description logging (#991)
Finnci
2019-01-22
1
-0
/
+18
*
skip test_1_sec_shutdown with pypy (#1020)
Samuel Colvin
2018-12-04
1
-0
/
+1
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-5
/
+5
*
Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)
Selwin Ong
2018-11-22
1
-3
/
+3
*
Fixed a unicode test.
Selwin Ong
2018-10-26
1
-8
/
+10
*
SimpleWorker's ttl must always be longer than jobs. (#1002)
Selwin Ong
2018-10-20
1
-5
/
+16
*
worker.main_work_horse should always return 0
Selwin Ong
2018-05-07
1
-8
/
+9
*
add periodic worker heartbeats (#945)
Thomas Kriechbaumer
2018-05-06
1
-1
/
+19
*
Added the ability to fetch workers by queue (#911)
Selwin Ong
2017-12-18
1
-2
/
+27
*
improve logging in worker.py (#902)
Samuel Colvin
2017-11-23
1
-0
/
+24
*
Job compression (#907)
Selwin Ong
2017-11-23
1
-8
/
+12
*
Fixed an issue where `birth` not present in Redis (#901)
vanife
2017-11-17
1
-4
/
+9
*
Fixed an issue where worker.refresh() may fail if last_heartbeat is not prese...
Selwin Ong
2017-11-03
1
-2
/
+6
*
Worker statistics (#897)
Selwin Ong
2017-10-28
1
-2
/
+45
*
add milliseconds into timestamps, fix #721
Samuel Colvin
2017-09-09
1
-3
/
+2
*
Fixed #866 - Flak8 errors
Theo
2017-09-08
1
-16
/
+8
*
Fixed #866 - Flak8 errors
Theo
2017-09-08
1
-12
/
+20
*
remove python 2.6 support
Samuel Colvin
2017-09-05
1
-4
/
+2
*
Worker.find_by_key should use hmget instead of repeated hget calls. (#826)
Selwin Ong
2017-04-29
1
-4
/
+17
*
Solve the UnicodeDecodeError while decode literal things. (#817)
Peng Liu
2017-04-19
1
-0
/
+14
*
Merge pull request #757 from jaywink/fix-unicode-decode-error
Selwin Ong
2017-04-04
1
-0
/
+22
|
\
|
*
Fix UnicodeDecodeError when failing jobs
Jason Robinson
2017-02-10
1
-0
/
+22
*
|
correct heroku worker exit logic
Samuel Colvin
2017-03-09
1
-1
/
+1
|
/
*
Merge pull request #786 from jezdez/backend-class-overrides
Selwin Ong
2017-02-03
1
-1
/
+1
|
\
|
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-1
/
+1
*
|
Add similar test for when the job fails
Benjamin Root
2017-01-27
1
-2
/
+29
*
|
Added integration test for the metadata persistence feature
Benjamin Root
2017-01-27
1
-1
/
+21
|
/
*
cope with python 2.6 yawwwwwwn
Samuel Colvin
2016-12-20
1
-2
/
+4
*
skip test_run_scheduled_access_self on pypy
Samuel Colvin
2016-12-20
1
-0
/
+2
*
allow for already dead horse on heroku worker termination
Samuel Colvin
2016-12-20
1
-3
/
+2
*
Merge pull request #763 from jezdez/skip-heroku-macos
Selwin Ong
2016-11-30
1
-0
/
+4
|
\
|
*
Stop running some Heroku tests on macOS since it’s missing the appropriate ...
Jannis Leidel
2016-11-29
1
-0
/
+4
*
|
Merge branch 'master' into 739_fix_race_condition
Stefan Hammer
2016-11-19
1
-0
/
+2
|
\
\
|
|
/
|
*
Fix PEP8 complaints
Vincent Driessen
2016-11-18
1
-0
/
+2
*
|
refactored worker code
Stefan Hammer
2016-09-22
1
-1
/
+1
*
|
added a test for the race condition
Stefan Hammer
2016-08-13
1
-0
/
+36
|
/
*
use compat for PY2 test and add tests
Samuel Colvin
2016-07-25
1
-2
/
+13
[next]