diff options
| author | jason | 2016-05-17 17:15:40 -0600 |
|---|---|---|
| committer | jason | 2016-05-17 18:03:23 -0600 |
| commit | 9ecd11a63689813451a1fdac5c55d11141e22398 (patch) | |
| tree | c0bfa7f4f4657a63a068dae6d105a710a19e52c1 /docs/using.rst | |
| parent | 4f1dea6d58101e70827bdcb8bfe614a968b30c33 (diff) | |
| download | eventmq-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.rst | 8 |
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 | ############# | ||
| 2 | Using EventMQ | ||
| 3 | ############# | ||
| 4 | |||
| 5 | .. toctree:: | ||
| 6 | :maxdepth: 2 | ||
| 7 | |||
| 8 | settings_file | ||