aboutsummaryrefslogtreecommitdiffstats
path: root/docs/using.rst
diff options
context:
space:
mode:
authorjason2016-05-17 17:15:40 -0600
committerjason2016-05-17 18:03:23 -0600
commit9ecd11a63689813451a1fdac5c55d11141e22398 (patch)
treec0bfa7f4f4657a63a068dae6d105a710a19e52c1 /docs/using.rst
parent4f1dea6d58101e70827bdcb8bfe614a968b30c33 (diff)
downloadeventmq-9ecd11a63689813451a1fdac5c55d11141e22398.tar.gz
eventmq-9ecd11a63689813451a1fdac5c55d11141e22398.zip
Various fixes
- 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
Diffstat (limited to 'docs/using.rst')
-rw-r--r--docs/using.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/using.rst b/docs/using.rst
new file mode 100644
index 0000000..3c6a517
--- /dev/null
+++ b/docs/using.rst
@@ -0,0 +1,8 @@
1#############
2Using EventMQ
3#############
4
5.. toctree::
6 :maxdepth: 2
7
8 settings_file