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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-1
/
+1
*
Fix PEP8 complaints.
Vincent Driessen
2014-09-08
1
-6
/
+2
*
Renamed to SimpleWorker
foxx
2014-09-08
1
-1
/
+1
*
Use class for test worker, and performs PID check in unit tests, #412
foxx
2014-09-08
1
-1
/
+1
*
Enable the most modern Python syntax.
Vincent Driessen
2014-05-05
1
-8
/
+9
*
Implement the get_current_job() function.
Vincent Driessen
2012-09-02
1
-1
/
+2
*
Reflect new API in the RQ scripts.
Vincent Driessen
2012-03-23
1
-4
/
+0
*
New connection management.
Vincent Driessen
2012-03-23
1
-14
/
+6
*
Don't expose the FailedQueue class at the top-level.
Vincent Driessen
2012-03-21
1
-2
/
+2
*
Don't expose the Job class at the top-level.
Vincent Driessen
2012-03-21
1
-2
/
+5
*
Put Job directly in the top-level `rq` module.
Vincent Driessen
2012-02-15
1
-2
/
+3
*
Style fixes (flake8).
Vincent Driessen
2012-02-13
1
-2
/
+3
*
Put the version number somewhere central.
Vincent Driessen
2011-11-28
1
-0
/
+2
*
Document the Queue class.
Vincent Driessen
2011-11-21
1
-0
/
+7
*
Add simple helper function, to avoid users to learn about the `conn`
Vincent Driessen
2011-11-17
1
-1
/
+9
*
Have work() return whether work has been done, or not.
Vincent Driessen
2011-11-15
1
-1
/
+2
*
Greatly simplify the setup.
Vincent Driessen
2011-11-15
1
-2
/
+1
*
Refactor the whole Redis connection stuff to be just as easy as in RDB.
Vincent Driessen
2011-11-14
1
-37
/
+3
*
Add better connection management.
Vincent Driessen
2011-11-14
1
-5
/
+4
*
Make it an actual PyPI-managable Python package.
Vincent Driessen
2011-11-14
1
-0
/
+40