<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eventmq/docs, branch 0.2.2.1</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>More work for named queues</title>
<updated>2016-05-24T22:49:54+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-05-24T22:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=a592ba06ea019bbb0051ffe5fc006d98560d038a'/>
<id>a592ba06ea019bbb0051ffe5fc006d98560d038a</id>
<content type='text'>
- Rename `WORKERS` setting to `CONCURRENT_JOBS` for more clarity. Added this
  setting to the command line options, the ini .conf &amp; 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename `WORKERS` setting to `CONCURRENT_JOBS` for more clarity. Added this
  setting to the command line options, the ini .conf &amp; 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various fixes</title>
<updated>2016-05-18T00:03:23+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-05-17T23:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=9ecd11a63689813451a1fdac5c55d11141e22398'/>
<id>9ecd11a63689813451a1fdac5c55d11141e22398</id>
<content type='text'>
- fixes off-by-one bug when tracking available worker slots
- fixes bug where workers would crash and die if they couldn't import the jobs
- adds zmq errno 65 to fwdmessage for peer gone away when a worker dies suddenly
- set hb to 0 and clean up dead workers before retrying to send message when worker goes away suddenly
- version bump to 0.2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fixes off-by-one bug when tracking available worker slots
- fixes bug where workers would crash and die if they couldn't import the jobs
- adds zmq errno 65 to fwdmessage for peer gone away when a worker dies suddenly
- set hb to 0 and clean up dead workers before retrying to send message when worker goes away suddenly
- version bump to 0.2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>named queues</title>
<updated>2016-04-30T01:46:10+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-04-26T23:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=7fa9a6163597412e7fd8de4364f70a8e23e99408'/>
<id>7fa9a6163597412e7fd8de4364f70a8e23e99408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>fix random chars in docs</title>
<updated>2016-03-29T23:52:02+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-03-29T23:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=2e7c45a4bc15052c7cef71f4586a4c5bc70e9317'/>
<id>2e7c45a4bc15052c7cef71f4586a4c5bc70e9317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license t LGPLv2.1</title>
<updated>2016-02-11T17:16:48+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-02-11T17:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=0d942a351ec489625023cc90d8350007f1a2c8f9'/>
<id>0d942a351ec489625023cc90d8350007f1a2c8f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in documentation</title>
<updated>2016-01-20T20:17:15+00:00</updated>
<author>
<name>sideshowdave7</name>
</author>
<published>2016-01-20T20:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=14c35869c62c6c4d817a9f38e3f352aac1867362'/>
<id>14c35869c62c6c4d817a9f38e3f352aac1867362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unschedule command to protocol.rst</title>
<updated>2016-01-15T16:49:06+00:00</updated>
<author>
<name>sideshowdave7</name>
</author>
<published>2016-01-15T16:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=fc14e729bfe563ff736741805e2e859539bec981'/>
<id>fc14e729bfe563ff736741805e2e859539bec981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add headers to SCHEDULE command</title>
<updated>2016-01-05T01:36:19+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2016-01-05T01:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=a5766dfd9e40756ad7ae68c2a67009779abc6efb'/>
<id>a5766dfd9e40756ad7ae68c2a67009779abc6efb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Work on the scheduler</title>
<updated>2016-01-05T01:08:09+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2015-12-30T05:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=cf6ad6ca37512fca27a9376decf64bf8fb78549f'/>
<id>cf6ad6ca37512fca27a9376decf64bf8fb78549f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
