aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #79 from sideshowdave7/masterjason2017-01-304-3/+8
|\
| * version bumpsideshowdave72017-01-302-2/+2
| * scheduled messages should always ask for a reply for job latency tracking; jo...sideshowdave72017-01-302-1/+6
|/
* Merge branch 'master' of github.com:enderlabs/eventmqjason2017-01-2532-164/+151
|\
| * Merge pull request #77 from com4/pep8-enforcementjason2017-01-2532-164/+151
| |\
| | * Update the pep8 goodness and test with circle and flake8jason2017-01-2432-164/+151
| |/
* | Bump version to 0.3-rc9jason2017-01-252-2/+2
|/
* Merge pull request #74 from com4/fix-hastiness-of-scheduled-jobs0.3-rc9David Hurst2017-01-231-5/+8
|\
| * Immediatly run jobs which have not specified 'nohaste'jason2017-01-191-5/+8
* | Merge pull request #75 from sideshowdave7/master0.3-rc8jason2017-01-223-3/+9
|\ \ | |/ |/|
| * ZMQError is thrown when we are polling and its rudely interrupted, handle itsideshowdave72017-01-203-3/+9
|/
* Merge pull request #72 from sideshowdave7/master0.3-rc7David Hurst2017-01-184-4/+8
|\
| * version bumpsideshowdave72017-01-183-3/+3
| * close request queue and block until its flushedsideshowdave72017-01-181-1/+4
| * prevent crash before any workers connect and we send something to default queuesideshowdave72017-01-183-3/+4
* | Merge pull request #70 from sideshowdave7/masterDavid Hurst2017-01-187-39/+39
|\ \ | |/
| * add missing commit to fix health check bugsideshowdave72017-01-182-4/+6
| * move MAX_JOB_COUNT setting to global confsideshowdave72017-01-182-5/+4
| * version bumpsideshowdave72017-01-182-2/+2
| * implement a MAX_JOB_COUNT to prevent memory creepsideshowdave72017-01-182-1/+13
| * scheduler edge case fixessideshowdave72017-01-161-34/+20
| * delete the job storage on unschedulesideshowdave72017-01-161-0/+1
* | Merge pull request #69 from sideshowdave7/masterDavid Hurst2017-01-123-4/+5
|\ \ | |/
| * version bump to 0.3-rc4sideshowdave72017-01-122-2/+2
| * change None to str 'None' to support sending with zmqsideshowdave72017-01-121-1/+1
| * update setup file to match req filesideshowdave72017-01-121-1/+2
* | Merge pull request #68 from sideshowdave7/masterjason2017-01-115-8/+14
|\ \ | |/
| * fix resp missing bug and andd pub defaults to eventmq.conf-distsideshowdave72017-01-112-3/+8
| * version bump to 0.3-rc3sideshowdave72017-01-112-2/+2
| * fix admin address config readsideshowdave72017-01-111-3/+4
|/
* Merge pull request #67 from sideshowdave7/master0.3-rc2David Hurst2017-01-043-7/+11
|\
| * version bumpsideshowdave72017-01-042-2/+2
| * fix python3 Queue importsideshowdave72017-01-041-5/+9
|/
* Merge pull request #64 from sideshowdave7/feature/pubsub0.3-rc1jason2017-01-0410-16/+251
|\
| * Merge mastersideshowdave72017-01-0420-157/+392
| |\ | |/ |/|
* | Merge pull request #63 from sideshowdave7/feature/timeout2David Hurst2016-12-235-100/+164
|\ \
| * | worker health checksideshowdave72016-12-211-2/+17
| * | add zmq context kill and cleanup loggingsideshowdave72016-12-212-3/+3
| * | cleanup and testssideshowdave72016-12-213-25/+16
| * | fix bug in remove_workersideshowdave72016-12-211-1/+1
| * | Jobmanager Pool with timeoutssideshowdave72016-12-214-80/+138
* | | Merge pull request #65 from com4/python3-supportDavid Hurst2016-12-2211-38/+205
|\ \ \
| * | | Add support for python3jason2016-12-2211-38/+205
|/ / /
* | | Merge pull request #62 from unaveed/masterDavid Hurst2016-12-203-8/+19
|\ \ \
| * | | Add psutil to requirementsUmair Naveed2016-12-201-0/+1
| * | | Send messages with invalid queue to the default queueUmair Naveed2016-12-192-8/+18
* | | | Merge pull request #60 from com4/python3-supportDavid Hurst2016-12-162-10/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update the queue prioritizer to use key instead of cmpjason2016-12-152-10/+2
| |/ /
* | | Merge pull request #61 from synic/import_basestringjason2016-12-151-1/+2
|\ \ \ | |/ / |/| |
| * | Fix string callable errorAdam Olsen2016-12-151-1/+1