1541 Commits (75a610bd4ddec1b894a455cf29475e4c06c3b765)
 

Author SHA1 Message Date
Selwin Ong f09be523dd Merge pull request #573 from jcsaaddupuy/feature/dequeue_any_not_recursive
dequeue_any not recursive
9 years ago
Selwin Ong a420a9999d Merge pull request #572 from Damnever/master
_Colorizer().notty is more clear.
10 years ago
Jean-Christophe SAAD-DUPUY 8fbf5452fa fix: return (None, None) for dequeue_any if no result 10 years ago
Jean-Christophe SAAD-DUPUY 59d193590c fix: remove recursive call to dequeue_any 10 years ago
Damnever 43616ea696 _Colorizer().notty is more clear 10 years ago
Selwin Ong 7312683e4d Merge pull request #571 from lots0logs/master
make args and kwargs explicit for enqueue_call function
10 years ago
Dustin Falgout 91a3aa7493 make args and kwargs explicit for enqueue_call function
closes #466
10 years ago
Selwin Ong 193dc8609e Merge pull request #565 from likeon/jobs-equality-fix
Fixes Job.__eq__ crash when other object doesn't have id attribute
10 years ago
likeon fc4124e39c Fixes Job.__eq__ crash when other object doesn't have id attribute 10 years ago
Selwin Ong e6a499ada8 Merge pull request #561 from selwin/async-bug
Sync jobs should be cleaned up after execution.
10 years ago
Selwin Ong edd139d86f Sync jobs should be cleaned up after execution. 10 years ago
Selwin Ong cdcea84105 Merge pull request #557 from selwin/exception_handling
Exception handling
10 years ago
Vincent Driessen e88525a649 This is 0.5.4 10 years ago
Vincent Driessen 807f649f6c Add changelog for 0.5.4 10 years ago
Vincent Driessen 28a19ee717 Remove warning that's now breaking since the Raven API changed 10 years ago
Selwin Ong 3c3646cf91 Merge branch 'master' into exception_handling
Conflicts:
	tests/fixtures.py
10 years ago
Selwin Ong 8bfbeac67d Running rqworker without specifiying --exception-handler shouldn't override default behavior. 10 years ago
Selwin Ong 7bbe93a2be Merge pull request #555 from foxx/patch-2
Fixed docs links
10 years ago
Cal Leeming 95c2bf8e11 Fixed docs links
* Added docs link at the top of the page, much easier to see.
* Changed docs link to github pages
10 years ago
Vincent Driessen fcb1e1fdfa Merge pull request #545 from tonyseek/replace-pypipins
Use shields.io instead of pypip.in.
10 years ago
Selwin Ong 05d97dd9b4 Merge pull request #552 from ejosan/dependency_setup
issue #551
10 years ago
Erik Vrolijk 10cca234cd issue #551 10 years ago
Selwin Ong 5fb078116e Merge pull request #544 from mozillazg/patch-1
Fixed a format error
10 years ago
Jiangge Zhang 2773464a2b Use shields.io instead of pypip.in. 10 years ago
mozillazg 7198b4568a Fixed a format error 10 years ago
Vincent Driessen 0de225ec62 Emphasize private nature of `stopped` property 10 years ago
Vincent Driessen 72fdbaf509 Update changelog 10 years ago
Vincent Driessen 3b67894489 Rename variable in test 10 years ago
Vincent Driessen 6319128ebc Clean dist+build folders before releasing 10 years ago
Vincent Driessen ec0e04727b Rename `maintenance_date` -> `last_cleaned_at` 10 years ago
Vincent Driessen 891be55b87 Clean up Worker.__init__ logic a little 10 years ago
Vincent Driessen 4d0ae5da98 Clean up type checking of Worker constructor 10 years ago
Vincent Driessen 94258761ae Make string formatting consistent 10 years ago
Selwin Ong 8f9c507f12 Bump version to 0.5.3. 10 years ago
Selwin Ong efcdd15902 Update setup.py to ensure Python 2.6 dependencies are installed by pip. 10 years ago
Selwin Ong 7050549d91 Merge pull request #535 from mbodock/master
Fixes #502
10 years ago
Marcus Martins 513f6310d2 Change default TTL to None insted of -1 10 years ago
Marcus Martins ab6c129833 Fix broken tests 10 years ago
Marcus Martins 5b8726ad2d Fixes #502
Fixes some broken tests and misbehaviour with ttls. There was a temporal
coupling between saving the job and setting its expires parameter.
10 years ago
Selwin Ong 8703dbeb17 Merge pull request #539 from brownstein/test-coverage-for-unicode-args
Added test coverage for unicode keyword argument support
10 years ago
Robert Brownstein 3d8faa0e5d Added proper conditional behavior to unicode fixture for python 3 10 years ago
Robert Brownstein 303f4ed47c Added test coverage for unicode keyword argument support in method signatures (#536) 10 years ago
Selwin Ong f370f79819 Merge pull request #534 from selwin/registry-maintenance
Worker automatically cleans job registries every hour
10 years ago
Selwin Ong f7f998d5cc Merge pull request #536 from nealtodd/ref_prs_492_406
Allow non-ASCII characters in keyword arguments.
10 years ago
Neal Todd bac6699ea4 Allow non-ASCII characters in keyword arguments. 10 years ago
Selwin Ong 779737f1c9 Merge pull request #531 from RyanMTB/updated_worker_api
updated worker api see issue 255
10 years ago
Selwin Ong c3767e28e2 Worker now runs maintenance tasks every hour and on startup. 10 years ago
Selwin Ong 5782ac10c4 Added worker.clean_registries(). 10 years ago
Selwin Ong faf9d3e668 Added clean_registries(queue) function to clean job registries related to that queue. 10 years ago
RyanMTB 9a00b0eca6 Updated Worker API 10 years ago