| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Python 2/3 compatibility issues | tpavelchak | 2020-02-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | - version bump 0.3.12 - upgrade `six, flake8` libs - fix `flake8` check issues - add import of `from __future__ import print_function` - fix params for `zsocket.setsockopt()` and `hashlib.sha1()` methods - use `range, map` functions from `six` - wrap result of `map, dict.keys(), dict.values()` functions in a list - fix `EMQdeque.__unicode__()` method for py2 support - fix using of exception messages - update integer division for support the same behavior in py3 as is in py2 - refactor using of `filter` function | ||||
| * | Update print, xrange and unicode functions for python 2/3 compatibility | tpavelchak | 2019-10-25 | 1 | -1/+1 |
| | | |||||
| * | Remove tabs, and add conf file | lwhite | 2018-02-19 | 2 | -12/+14 |
| | | |||||
| * | Add config flags for the scheduler and router | lwhite | 2018-02-19 | 2 | -0/+23 |
| | | |||||
| * | Revert "Backport 0.4 handling of workers after death" | jason | 2017-08-18 | 1 | -1/+1 |
| | | | | | | | | - This was a stab at a fix which didn't fix the issue we were seeing. It's possible that it caused a memory issue so it is being reverted. This reverts commit 56cfa885b92b024dc2f70157a0f0b7826ad23e5b. | ||||
| * | Backport 0.4 handling of workers after death | David Hurst | 2017-08-11 | 1 | -1/+1 |
| | | |||||
| * | add jobs in flight tracking and pdb handling | David Hurst | 2017-04-19 | 1 | -1/+1 |
| | | |||||
| * | backport name cli arg to jobmanager | jason | 2017-04-18 | 1 | -2/+7 |
| | | |||||
| * | add hostname to jobmanager's name | David Hurst | 2017-04-17 | 1 | -1/+1 |
| | | |||||
| * | Finish better worker PR | sideshowdave7 | 2017-04-03 | 1 | -13/+14 |
| | | |||||
| * | version bump to 0.3.4 | sideshowdave7 | 2017-04-03 | 1 | -8/+12 |
| | | |||||
| * | create a better interface between worker and jobmanager | sideshowdave7 | 2017-03-31 | 1 | -2/+2 |
| | | |||||
| * | fixup some worker logic | sideshowdave7 | 2017-03-31 | 1 | -7/+7 |
| | | |||||
| * | Implement pre/post hook support | sideshowdave7 | 2017-03-08 | 1 | -1/+1 |
| | | |||||
| * | demo stuff | sideshowdave7 | 2017-02-10 | 2 | -11/+3 |
| | | |||||
| * | Update the pep8 goodness and test with circle and flake8 | jason | 2017-01-24 | 1 | -1/+1 |
| | | |||||
| * | add missing commit to fix health check bug | sideshowdave7 | 2017-01-18 | 1 | -1/+2 |
| | | |||||
| * | Merge master | sideshowdave7 | 2017-01-04 | 1 | -5/+5 |
| |\ | |||||
| | * | cleanup and tests | sideshowdave7 | 2016-12-21 | 1 | -2/+2 |
| | | | |||||
| | * | Jobmanager Pool with timeouts | sideshowdave7 | 2016-12-21 | 1 | -5/+5 |
| | | | |||||
| * | | dummy subscriber and send_publish helper | sideshowdave7 | 2017-01-04 | 1 | -7/+12 |
| | | | |||||
| * | | Initial pubsub | sideshowdave7 | 2016-12-16 | 2 | -0/+27 |
| |/ | |||||
| * | Moved commands to same place as other admin commands, added tests | Umair Naveed | 2016-11-04 | 1 | -1/+17 |
| | | |||||
| * | worker addr failover | sideshowdave7 | 2016-10-17 | 1 | -12/+24 |
| | | |||||
| * | Stub of emq-cli | jason | 2016-09-08 | 1 | -7/+26 |
| | | | | | - starts emq-cli and implements status for the router | ||||
| * | Beginning of emq-cli administrative tool | jason | 2016-09-06 | 1 | -0/+120 |
| | | |||||
| * | job latencies | sideshowdave7 | 2016-06-13 | 1 | -0/+24 |
| | | |||||
| * | More work for named queues | jason | 2016-05-24 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | - Rename `WORKERS` setting to `CONCURRENT_JOBS` for more clarity. Added this setting to the command line options, the ini .conf & default settings conf.py files. - Added support for JSON style arrays in INI config. - Added support for weighted named queues. The style for the setting is [[weight, "name"], [weight, "name"]]. Configured in both the INI and command line for job manager. Added documentation. - Updated the spec for the INFORM message. Weights are sent with the queue names. If there are no weights specified they will be given the default value of 0. - updated Router.queues to a list from a deque so that it can be sorted by priority more easily. | ||||
| * | Update the setup.py entry scripts with what is in bin/ | jason | 2016-05-03 | 3 | -0/+0 |
| | | |||||
| * | named queues | jason | 2016-04-29 | 1 | -1/+37 |
| | | |||||
| * | MAN-29 Create a better config system for eventmq | sideshowdave7 | 2016-01-08 | 3 | -8/+3 |
| | | |||||
| * | things | jason | 2015-12-14 | 1 | -1/+1 |
| | | | | | | cleans up logs executes jobs | ||||
| * | handle queuing messages better | jason | 2015-12-07 | 2 | -0/+33 |
| | | | | | | | adds a basic way to send tasks to run to a worker adds a waiting message queue to store messages when all workers are busy | ||||
| * | fix to logging, send multiple messages to workers | jason | 2015-12-04 | 2 | -2/+4 |
| | | | | | | | - JobManager now replies with READY when it's 'finished' with the job to requeue the worker in the broker. - some improvements to logging that prevents duplicate messages | ||||
| * | scheduler | jason | 2015-12-01 | 1 | -0/+8 |
| | | |||||
| * | updates and things | jason | 2015-11-19 | 1 | -0/+8 |
| | | |||||
| * | updates | jason | 2015-11-18 | 1 | -0/+16 |