summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #841 from strawposter/masterSelwin Ong2017-07-052-11/+10
|\
| * accept multiple pathkirill2017-05-152-11/+10
* | Merge pull request #855 from floqqi/masterSelwin Ong2017-07-051-1/+6
|\ \
| * | Windows: Use SIGTERM instead of SIGKILLFlorian2017-06-191-1/+6
* | | Merge pull request #831 from katichev/explicit_cleanupSelwin Ong2017-06-215-13/+27
|\ \ \
| * | | revert back job.cleanup changesAlexey Katichev2017-05-222-7/+5
| * | | replace job.id with job instance in local _job_stackAlexey Katichev2017-05-071-8/+7
| * | | remove implicit cleanup call from job.saveAlexey Katichev2017-05-075-8/+25
* | | | Merge pull request #845 from liangsijian/masterSelwin Ong2017-06-211-3/+3
|\ \ \ \
| * | | | use enum WorkerStatus instead of strliangsijian2017-05-281-3/+3
| | |/ / | |/| |
* | | | Merge pull request #852 from amjith/patch-1Selwin Ong2017-06-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Honor the job_class for failed_queue.Amjith Ramanujam2017-06-071-1/+1
|/ / /
* | | Merge pull request #844 from liangsijian/patch-1Selwin Ong2017-05-271-1/+0
|\ \ \ | |_|/ |/| |
| * | Optimize job.dependencyliangsijian2017-05-261-1/+0
|/ /
* | Merge pull request #833 from yaniv-g/extract_move_to_failed_queueSelwin Ong2017-05-152-7/+18
|\ \
| * | local commit to avoid circular imports.Yaniv Greenberg2017-05-141-1/+1
| * | Moved move_to_failed_queue to separate file.Yaniv Greenberg2017-05-142-10/+14
| * | Separate move_to_failed_queue from the worker to allow it's use in cli except...Yaniv Greenberg2017-05-081-4/+11
| |/
* | Merge pull request #832 from yaniv-g/masterSelwin Ong2017-05-132-2/+4
|\ \
| * | * Added support to use strings to specify both result_ttl and ttl.Yaniv Greenberg2017-05-082-2/+4
| |/
* | Merge pull request #836 from fate0/masterSelwin Ong2017-05-131-7/+7
|\ \ | |/ |/|
| * fix uncaught StopRequested during send heartbeatfate02017-05-121-7/+7
|/
* Updated changelog and tag v0.8.v0.8.0Selwin Ong2017-05-011-1/+2
* introduce job.update_meta() to store updated meta to Redis (#823)Alexey Katichev2017-04-302-0/+25
* Bump up version to 0.8.0 and updated changelog.Selwin Ong2017-04-292-1/+14
* Worker.find_by_key should use hmget instead of repeated hget calls. (#826)Selwin Ong2017-04-292-10/+23
* Fixed issue#72 (#818)luojiebin2017-04-284-3/+44
* Add waitpid() return value to workhorse error/log messages (#819)Aarni Koskela2017-04-281-22/+24
* Solve the UnicodeDecodeError while decode literal things. (#817)Peng Liu2017-04-193-2/+31
* Make `Queue.enqueue_job()` execute immediately if `async=False` (#798)Felipe Lacerda2017-04-152-3/+10
* add sentinel support (#808)strawposter2017-04-101-1/+15
* Merge pull request #814 from peter-featherstone/patch-1Selwin Ong2017-04-101-1/+1
|\
| * Minor spelling mistakePeter Featherstone2017-04-071-1/+1
|/
* Merge pull request #788 from friedcell/masterSelwin Ong2017-04-042-5/+12
|\
| * Merge commit '83007b20740a97f085a14d3840d1e434350c6600'Marko Mrdjenovic2017-02-1417-230/+591
| |\
| * | move actual execute to a separate method to make it easier to run async jobsMarko Mrdjenovic2017-01-291-1/+4
| * | moved job run to separate method to make async jobs easierMarko Mrdjenovic2017-01-291-4/+8
* | | Merge pull request #757 from jaywink/fix-unicode-decode-errorSelwin Ong2017-04-042-3/+32
|\ \ \
| * | | Fix UnicodeDecodeError when failing jobsJason Robinson2017-02-102-3/+32
| | |/ | |/|
* | | Merge pull request #810 from selwin/job-deletion-improvementsSelwin Ong2017-04-024-20/+82
|\ \ \
| * | | job.delete() should cleans itself from FailedQueue and various registries.Selwin Ong2017-04-014-20/+82
|/ / /
* | | Merge pull request #801 from SylvainDe/masterSelwin Ong2017-03-241-0/+2
|\ \ \
| * | | Remove versionsSylvain2017-03-231-2/+0
| * | | Add most recent Python versions in Travis CISylvain2017-03-081-0/+4
* | | | Merge pull request #800 from samuelcolvin/heroku-fixSelwin Ong2017-03-232-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | correct heroku worker exit logicSamuel Colvin2017-03-092-4/+4
|/ / /
* | | Merge pull request #796 from davidthewatson/patch-1Selwin Ong2017-02-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fix pip install from HEAD of origin/masterdavid watson2017-02-271-1/+1
|/ /
* | Merge pull request #786 from jezdez/backend-class-overridesSelwin Ong2017-02-0316-219/+506
|\ \
| * | Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-2516-207/+492