aboutsummaryrefslogtreecommitdiffstats
path: root/docs/protocol.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add publish documentationsideshowdave72017-01-041-0/+16
|
* add timeout to docssideshowdave72016-11-301-0/+1
|
* Stub of emq-clijason2016-09-081-39/+62
| | | | - starts emq-cli and implements status for the router
* Document "nohaste" header flagAdam Olsen2016-08-251-8/+9
|
* More work for named queuesjason2016-05-241-7/+6
| | | | | | | | | | | | | | | - 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.
* named queuesjason2016-04-291-1/+1
|
* fix random chars in docsjason2016-03-291-1/+1
|
* Update the license t LGPLv2.1jason2016-02-111-2/+2
|
* fix typo in documentationsideshowdave72016-01-201-2/+2
|
* Add unschedule command to protocol.rstsideshowdave72016-01-151-0/+14
|
* add headers to SCHEDULE commandjason2016-01-041-3/+4
|
* Work on the schedulerjason2016-01-041-2/+34
|
* fix to logging, send multiple messages to workersjason2015-12-041-3/+3
| | | | | | - 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
* Heartbeat thingsjason2015-11-241-0/+1
| | | | | | Router joins the love HeartbeatMixin refactored Added forgotten timeutils
* JobWorker gets clocks and heartbeatsjason2015-11-241-2/+3
| | | | Added a monotonic to JobWorker to schedule heartbeast
* Many changesjason2015-11-231-1/+42
| | | | | - organizes some code - Router sends acknowledgement after jobmanager INFORMs
* update documentationjason2015-11-171-1/+2
|
* update documentation and themejason2015-11-171-5/+35
|
* add protocol to documentation. add sender to documentationjason2015-11-171-0/+99