aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update links in the documentationjason2017-02-221-1/+1
|
* Update the pep8 goodness and test with circle and flake8jason2017-01-241-57/+52
|
* Update copyright to eventmq contributors in docsjason2016-12-061-2/+2
|
* Add note about arguments needing to be serializablejason2016-11-031-1/+1
|
* More work for named queuesjason2016-05-241-3/+4
| | | | | | | | | | | | | | | - 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 documentation and themejason2015-11-171-2/+2
|
* Support napoleon doc stylejason2015-11-161-2/+6
|
* add sphinx docsjason2015-11-161-0/+292