<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eventmq/docs/utils, branch 0.4</title>
<subtitle>EventMQ is a job execution and message passing system built on ZeroMQ https://eventmq.github.io/eventmq/
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/'/>
<entry>
<title>Refactor eventmq configuration</title>
<updated>2017-04-05T17:17:32+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2017-04-05T16:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=c4fefa669d4f0aa203a83b39d0cd2d8ecb6e488a'/>
<id>c4fefa669d4f0aa203a83b39d0cd2d8ecb6e488a</id>
<content type='text'>
* Update config file loading. Each device will load the ``global`` section followed by it's own section of the provided config (router for emq-router, jobmanager for emq-jobmanager, etc)
* Allow configurations options to be set via command-line.

Backwards incompatible changes

* `emq-pubsub` has been renamed to `emq-publisher`
* Configuration: The name and section for the listening addresses has changed:
   * 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
   * `CONNECT_ADDR_DEFAULT` has been removed from the `[jobmanager]` section. HA will be retooled and added back in the High Availability Milestone.
   * `CONNECT_ADDR_FAILOVER` has been removed from the `[jobmanager]` section. HA will be retooled and added back in the High Availability Milestone.
* Configuration: Command line options for emq-jobmanager
   * `--broker-addr` `-B` has been renamed to `--connect-addr` `-A`
   * `--jobs` has been renamed to `--concurrent-jobs`

fixes: #20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update config file loading. Each device will load the ``global`` section followed by it's own section of the provided config (router for emq-router, jobmanager for emq-jobmanager, etc)
* Allow configurations options to be set via command-line.

Backwards incompatible changes

* `emq-pubsub` has been renamed to `emq-publisher`
* Configuration: The name and section for the listening addresses has changed:
   * 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
   * `CONNECT_ADDR_DEFAULT` has been removed from the `[jobmanager]` section. HA will be retooled and added back in the High Availability Milestone.
   * `CONNECT_ADDR_FAILOVER` has been removed from the `[jobmanager]` section. HA will be retooled and added back in the High Availability Milestone.
* Configuration: Command line options for emq-jobmanager
   * `--broker-addr` `-B` has been renamed to `--connect-addr` `-A`
   * `--jobs` has been renamed to `--concurrent-jobs`

fixes: #20
</pre>
</div>
</content>
</entry>
<entry>
<title>update docs</title>
<updated>2016-04-25T17:01:32+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-04-25T16:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=fb4a49bf331e36447395d9d2f66e502c8122d904'/>
<id>fb4a49bf331e36447395d9d2f66e502c8122d904</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Heartbeat things</title>
<updated>2015-11-25T06:39:11+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2015-11-25T06:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=4d933fd5b964fa2f6928772c9093bc0d3af006f3'/>
<id>4d933fd5b964fa2f6928772c9093bc0d3af006f3</id>
<content type='text'>
Router joins the love
HeartbeatMixin refactored
Added forgotten timeutils
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Router joins the love
HeartbeatMixin refactored
Added forgotten timeutils
</pre>
</div>
</content>
</entry>
<entry>
<title>Many changes</title>
<updated>2015-11-24T03:26:36+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2015-11-24T03:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=5de2b6bc337ac69204f0e709beafb28108e6ca20'/>
<id>5de2b6bc337ac69204f0e709beafb28108e6ca20</id>
<content type='text'>
- organizes some code
- Router sends acknowledgement after jobmanager INFORMs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- organizes some code
- Router sends acknowledgement after jobmanager INFORMs
</pre>
</div>
</content>
</entry>
</feed>
