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_registry.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update linting configuration (#1915)
Rob Hudson
2023-05-17
1
-26
/
+18
*
Consolidate job callbacks execution (#1851)
Rony Lutsky
2023-03-21
1
-2
/
+2
*
Add failure callback call to started job registry cleanup (#1824)
Rony Lutsky
2023-03-04
1
-2
/
+7
*
Remove compatibility layer for < 3.5 (#1761)
lowercase00
2023-01-26
1
-1
/
+1
*
Multiple results using Redis Streams (#1725)
Selwin Ong
2022-11-19
1
-1
/
+0
*
Improve the lint situation (#1688)
Yang Yang
2022-08-07
1
-1
/
+1
*
Drop python2-specific syntax (#1674)
Hugo
2022-07-24
1
-6
/
+3
*
Add missing functionality for CanceledJobRegistry (#1560)
Josh Cohen
2021-09-13
1
-0
/
+6
*
Respect serializer (#1538)
Josh Cohen
2021-08-24
1
-3
/
+89
*
job.cancel() puts job into CanceledJobRegistry. (#1546)
Selwin Ong
2021-08-22
1
-1
/
+5
*
Requeueing job should clear job.exc_info (#1543)
Selwin Ong
2021-08-21
1
-0
/
+1
*
Make unstable tests more stable (#1523)
rpkak
2021-08-03
1
-4
/
+4
*
Jobs that get cleaned up should also be retried (#1467)
Selwin Ong
2021-05-15
1
-2
/
+1
*
Job retry feature. Docs WIP (#1299)
Selwin Ong
2020-07-23
1
-2
/
+2
*
FailedJobRegistry.requeue() resets job.started_at and job.ended_at (#1227)
Selwin Ong
2020-04-01
1
-0
/
+2
*
registry.cleanup() now writes information to job.exc_info (#1226)
Selwin Ong
2020-03-31
1
-0
/
+1
*
Failed jobs will now auto expire (#1182)
Selwin Ong
2020-01-21
1
-17
/
+16
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-0
/
+14
*
Added `delete_job` argument to registry.remove()` (#1161)
Selwin Ong
2019-11-23
1
-2
/
+28
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-13
/
+157
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-13
/
+13
*
Issue 872 (#954)
Theofanis Despoudis
2018-05-25
1
-2
/
+2
*
Registry objects can be instantiated by passing a queue object.
Selwin Ong
2018-04-21
1
-0
/
+11
*
job.delete() should cleans itself from FailedQueue and various registries.
Selwin Ong
2017-04-01
1
-1
/
+34
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-0
/
+11
*
Small refactor to simplify registry key setup.
Jannis Leidel
2017-01-25
1
-0
/
+9
*
Dependent jobs are now correctly enqueued even if their parent jobs have resu...
Selwin Ong
2016-05-06
1
-4
/
+4
*
fix tests
ahxxm
2015-11-09
1
-1
/
+1
*
Added clean_registries(queue) function to clean job registries related to tha...
Selwin Ong
2015-05-23
1
-2
/
+17
*
Jobs from FinishedJobRegistry that are moved to FailedQueue should have "fail...
Selwin Ong
2015-05-12
1
-6
/
+12
*
Fixed an error in super call.
Selwin Ong
2015-01-26
1
-1
/
+1
*
Fixed test error in Python 3.
Selwin Ong
2015-01-26
1
-6
/
+5
*
Added DeferredJobsRegistry to keep track of deferred jobs.
Selwin Ong
2015-01-23
1
-1
/
+18
*
Allow maximum job age to be specified when cleaning up or getting expired job...
Nic Cope
2014-12-02
1
-2
/
+15
*
Ensure the FinishedJobRegistry honors an 'infinite' result_ttl of -1
Nic Cope
2014-11-25
1
-0
/
+4
*
Added FinishedJobRegistry to monitor finished jobs.
Selwin Ong
2014-09-14
1
-0
/
+120