<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eventmq/bin, branch master</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>Fix Python 2/3 compatibility issues</title>
<updated>2020-02-07T13:43:26+00:00</updated>
<author>
<name>tpavelchak</name>
</author>
<published>2020-02-07T13:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=962903afc7634d52444ec047a4ee59d9e19ec330'/>
<id>962903afc7634d52444ec047a4ee59d9e19ec330</id>
<content type='text'>
- version bump 0.3.12
- upgrade `six, flake8` libs
- fix `flake8` check issues
- add import of `from __future__ import print_function`
- fix params for `zsocket.setsockopt()` and `hashlib.sha1()` methods
- use `range, map` functions from `six`
- wrap result of `map, dict.keys(), dict.values()` functions in a list
- fix `EMQdeque.__unicode__()` method for py2 support
- fix using of exception messages
- update integer division for support the same behavior in py3 as is in py2
- refactor using of `filter` function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- version bump 0.3.12
- upgrade `six, flake8` libs
- fix `flake8` check issues
- add import of `from __future__ import print_function`
- fix params for `zsocket.setsockopt()` and `hashlib.sha1()` methods
- use `range, map` functions from `six`
- wrap result of `map, dict.keys(), dict.values()` functions in a list
- fix `EMQdeque.__unicode__()` method for py2 support
- fix using of exception messages
- update integer division for support the same behavior in py3 as is in py2
- refactor using of `filter` function
</pre>
</div>
</content>
</entry>
<entry>
<title>Update print, xrange and unicode functions for python 2/3 compatibility</title>
<updated>2019-10-25T16:35:58+00:00</updated>
<author>
<name>tpavelchak</name>
</author>
<published>2019-10-18T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=3a536e184309f04a4ffe9dff446207e7267f2f99'/>
<id>3a536e184309f04a4ffe9dff446207e7267f2f99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tabs, and add conf file</title>
<updated>2018-02-19T22:27:22+00:00</updated>
<author>
<name>lwhite</name>
</author>
<published>2018-02-19T22:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=65bddb26d8b3171bb098f5b9c809ee1a867826ed'/>
<id>65bddb26d8b3171bb098f5b9c809ee1a867826ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add config flags for the scheduler and router</title>
<updated>2018-02-19T18:39:49+00:00</updated>
<author>
<name>lwhite</name>
</author>
<published>2018-02-19T18:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=6beb242f571b9fe01cc2882635db65c12ee3b5e2'/>
<id>6beb242f571b9fe01cc2882635db65c12ee3b5e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Backport 0.4 handling of workers after death"</title>
<updated>2017-08-18T20:39:46+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2017-08-18T20:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=e945513dc1251e07a93c13ebebf92518251a9dff'/>
<id>e945513dc1251e07a93c13ebebf92518251a9dff</id>
<content type='text'>
- This was a stab at a fix which didn't fix the issue we were seeing.
  It's possible that it caused a memory issue so it is being reverted.

This reverts commit 56cfa885b92b024dc2f70157a0f0b7826ad23e5b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This was a stab at a fix which didn't fix the issue we were seeing.
  It's possible that it caused a memory issue so it is being reverted.

This reverts commit 56cfa885b92b024dc2f70157a0f0b7826ad23e5b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport 0.4 handling of workers after death</title>
<updated>2017-08-11T19:54:28+00:00</updated>
<author>
<name>David Hurst</name>
</author>
<published>2017-08-11T18:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=56cfa885b92b024dc2f70157a0f0b7826ad23e5b'/>
<id>56cfa885b92b024dc2f70157a0f0b7826ad23e5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add jobs in flight tracking and pdb handling</title>
<updated>2017-04-19T06:18:25+00:00</updated>
<author>
<name>David Hurst</name>
</author>
<published>2017-04-18T16:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=c0af8bc7ea542f4d569fc70c71690fed7f8dfa75'/>
<id>c0af8bc7ea542f4d569fc70c71690fed7f8dfa75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backport name cli arg to jobmanager</title>
<updated>2017-04-18T15:38:05+00:00</updated>
<author>
<name>jason</name>
</author>
<published>2017-04-18T15:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=0d945f2d0553ea540194aabcbde6a21a139b1870'/>
<id>0d945f2d0553ea540194aabcbde6a21a139b1870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add hostname to jobmanager's name</title>
<updated>2017-04-18T03:27:44+00:00</updated>
<author>
<name>David Hurst</name>
</author>
<published>2017-04-18T03:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=400dcf0fe71f9461aa9fdede2152e73a184a1f86'/>
<id>400dcf0fe71f9461aa9fdede2152e73a184a1f86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish better worker PR</title>
<updated>2017-04-03T19:24:09+00:00</updated>
<author>
<name>sideshowdave7</name>
</author>
<published>2017-04-03T19:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/eventmq/commit/?id=92e7aadbcf45a3add2310f5f714ea84d9ee65d73'/>
<id>92e7aadbcf45a3add2310f5f714ea84d9ee65d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
