aboutsummaryrefslogtreecommitdiffstats
path: root/etc/eventmq.conf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'etc/eventmq.conf-dist')
-rw-r--r--etc/eventmq.conf-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/eventmq.conf-dist b/etc/eventmq.conf-dist
index 1ff09c4..9a59f2a 100644
--- a/etc/eventmq.conf-dist
+++ b/etc/eventmq.conf-dist
@@ -27,13 +27,13 @@ queues=[[20,"heavy-cpu"], [30,"low-cpu"], [10,"default"]]
27concurrent_jobs=2 27concurrent_jobs=2
28 28
29# This function is executed when EventMQ creates a new worker subprocess 29# This function is executed when EventMQ creates a new worker subprocess
30# subprocess_setup_func = 'path.to.my_setup_function' 30# subprocess_setup_func = path.to.my_setup_function
31 31
32# This function is executed before every job 32# This function is executed before every job
33# job_entry_func = 'path.to.my_job_setup_function' 33# job_entry_func = path.to.my_job_setup_function
34 34
35# This function is executed after every job 35# This function is executed after every job
36# job_exit_func = 'path.to.my_job_teardown_function' 36# job_exit_func = path.to.my_job_teardown_function
37 37
38[publisher] 38[publisher]
39publisher_incoming_addr=tcp://0.0.0.0:47298 39publisher_incoming_addr=tcp://0.0.0.0:47298