2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for passing configuration files to rqworker. More... over 13 years ago
Merge branch 'custom-exc-handling' More... over 13 years ago
Add test for custom exc handling. More... over 13 years ago
Link to docs from within changelog. More... over 13 years ago
Update changelog. More... over 13 years ago
Fix typos. More... over 13 years ago
Also report job description. More... over 13 years ago
Add convenience directive to easily configure Sentry with RQ. More... over 13 years ago
Convenience exc_handler registration in __init__. More... over 13 years ago
Remove incorrect arg to pop_exc_handler method. More... over 13 years ago
Improve formatting of the exceptions on the console. More... over 13 years ago
Add custom exception handling capabilities. More... over 13 years ago
Require at least redis-py version 2.4. More... over 13 years ago
Fetch fresh status value on every request. More... over 13 years ago
Update changelog. More... over 13 years ago
Merge branch 'selwin-persist-None-result' More... over 13 years ago
Remove is_done property. More... over 13 years ago
Add expiry info to the worker log. More... over 13 years ago
Don't use strings, but comments. More... over 13 years ago
Add convenience accessor properties for status. More... over 13 years ago
I like this implementation of an 'enum' better. More... over 13 years ago
Merge pull request #119 from selwin/worker-connection More... over 13 years ago
Worker.find_by_key now properly uses connection. More... over 13 years ago
Job returning None as result are now persisted correctly. Job status can now be checked via ``status`` property which should return either "queued", "finished" or "failed". More... over 13 years ago
Update changelog. More... over 13 years ago
Merge branch 'selwin-async-2' More... over 13 years ago
Whoops. More... over 13 years ago
Prefer `result` over `return_value`. More... over 13 years ago
Execute job immediately if Queue(async=False) More... over 13 years ago
Add changelog note. More... over 13 years ago