Added option to spawn multiple sender processes

This commit is contained in:
Andris Reinman 2016-12-11 00:38:54 +02:00
parent 88fe24a709
commit 8ca1fbb535
12 changed files with 262 additions and 135 deletions

View file

@ -112,5 +112,5 @@ host="127.0.0.1"
[queue]
# How many parallel sender processes to spawn
# Do not use more than 1 for now as it would create race conditions
# You can use more than 1 process only if you have Redis enabled
processes=1