diff options
| author | jason | 2017-03-28 15:06:52 -0600 |
|---|---|---|
| committer | jason | 2017-03-28 15:12:10 -0600 |
| commit | d2a91b00a983d177a1c54069dd97b8b28af3f02e (patch) | |
| tree | 22180416b81563cce42701fdc6555b1d9e19491a /docs | |
| parent | f62b135cb4f7e57bc34a369259f41365452d0854 (diff) | |
| download | eventmq-feature/config_refactor.tar.gz eventmq-feature/config_refactor.zip | |
Refactor eventmq configuration managementfeature/config_refactor
- Refactor each device's configuration loading. The global section will be
loaded then the section for the app will overrite any sections.
- Defines ambiguous settings that cannot be defined globally. skip these
settings and emit a warning if they are
- update eventmq.conf-dist to include comments and more of the settings that can
be defined.
- Refactor some option names.
* Job Manager: `WORKER_ADDR` is now `CONNECT_ADDR` in the `[jobmanager]`
section
* Job Manager: `WORKER_ADDR_DEFAULT` is now `CONNECT_ADDR_DEFAULT` in the
`[jobmanager]` section
* Job Manager: `WORKER_ADDR_FAILOVER` is now `CONNECT_ADDR_FAILOVER` in
the `[jobmanager]` section
* Publisher: `PUBLISHER_FRONTEND_ADDR` is not `FRONTEND_LISTEN_ADDR` in
the `[publisher]` section
* Publisher: `PUBLISHER_BACKEND_ADDR` is not `BACKEND_LISTEN_ADDR` in the
`[publisher]` section
* Router: `FRONTEND_ADDR` is now `FRONTEND_LISTEN_ADDR` in the
`[router]` section
* Router: `BACKEND_ADDR` is now `BACKEND_LISTEN_ADDR` in the `[router]`
section
* Scheduler: `SCHEDULER_ADDR` is now `CONNECT_ADDR` in the `[scheduler]`
section
* `RQ_HOST` is now `REDIS_HOST`
* `RQ_PORT` is now `REDIS_PORT`
* `RQ_DB` is now `REDIS_DB`
* `RQ_PASSWORD` is now `REDIS_PASSWORD`
* `ADMINISTRATIVE_ADDR` is now `ADMINISTRATIVE_LISTEN_ADDR` in each
respective section
See also: #20
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog_link.rst | 1 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog_link.rst b/docs/changelog_link.rst new file mode 100644 index 0000000..565b052 --- /dev/null +++ b/docs/changelog_link.rst | |||
| @@ -0,0 +1 @@ | |||
| .. include:: ../CHANGELOG.rst | |||
diff --git a/docs/index.rst b/docs/index.rst index 25fc86f..af6a758 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
| @@ -8,7 +8,7 @@ EventMQ Documentation | |||
| 8 | using | 8 | using |
| 9 | api | 9 | api |
| 10 | contributing | 10 | contributing |
| 11 | 11 | changelog_link | |
| 12 | 12 | ||
| 13 | Indices and tables | 13 | Indices and tables |
| 14 | ================== | 14 | ================== |