aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjason2018-01-08 19:50:50 -0700
committerjason2018-01-08 20:07:42 -0700
commitcbc63f6d36cda3d3ca5d59a0d6147688f4f3452c (patch)
treeb48e753fd2ce25f1f68eddb61c5e7cccc287f101 /setup.py
parent5b813d3eb5368831beb1985ddc569c8e7cec8bad (diff)
downloadeventmq-cbc63f6d36cda3d3ca5d59a0d6147688f4f3452c.tar.gz
eventmq-cbc63f6d36cda3d3ca5d59a0d6147688f4f3452c.zip
Add back sending ready on reconnections.0.3.5.3
- without this the workers get starved.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3664ba9..15d5ab7 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import find_packages, setup
7 7
8setup( 8setup(
9 name='eventmq', 9 name='eventmq',
10 version='0.3.5.2', 10 version='0.3.5.3',
11 description='EventMQ job execution and messaging system based on ZeroMQ', 11 description='EventMQ job execution and messaging system based on ZeroMQ',
12 packages=find_packages(), 12 packages=find_packages(),
13 install_requires=['pyzmq==15.4.0', 13 install_requires=['pyzmq==15.4.0',