2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #314 from malthe/add-job-repr More... about 12 years ago
Add repr for (showing id and enqueue time). More... about 12 years ago
Renamed Worker.fork_and_perform_job to Worker.execute_job. More... about 12 years ago
Changed timeout to results_ttl. Added similar worker_ttl param More... about 12 years ago
Results timeout arg added to rqworker More... about 12 years ago
Update worker.py More... about 12 years ago
Merge branch 'KanbanSolutions-use-pipeline-context' More... about 12 years ago
Fix .pipeline -> ._pipeline. More... about 12 years ago
Merge pull request #302 from sylvinus/patch-1 More... about 12 years ago
Added connection argument to get_current_job() More... about 12 years ago
Add note that custom worker classes are now supported. More... about 12 years ago
Wrap the perform_job try/except in a pipeline context so the pipeline connection is properly refrshed after the work is done More... about 12 years ago
Fix tests. More... about 12 years ago
Replace substring in Pickle string differently. More... about 12 years ago
Update CHANGES. More... about 12 years ago
Merge branch 'malthe-lazy-job-data-unpickle' More... about 12 years ago
Allow two-way setting of job data properties. More... about 12 years ago
Change AssertionError to proper TypeError. More... about 12 years ago
Just use a regular private method along with 'property'. More... over 12 years ago
Move seemingly general purpose decorator into class scope, use and delete. More... over 12 years ago
Remove `times` dependency from requirements.txt. More... over 12 years ago
Merge pull request #287 from malthe/shed-times-dependency More... over 12 years ago
Unpickle job data lazily. This fixes issue #294. More... over 12 years ago
Add wheel support to RQ. More... over 12 years ago
Ignore .envrc files. More... over 12 years ago
Merge pull request #289 from acmerfight/master More... over 12 years ago
Merge branch 'hotfix-0.3.13' More... over 12 years ago
Bump version to 0.3.13. More... over 12 years ago
Fix NameError. More... over 12 years ago
Merge branch 'hotfix-0.3.12' More... over 12 years ago