summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index b03aa74..1142828 100644
--- a/worker.js
+++ b/worker.js
@@ -71,6 +71,11 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => {
// server sends as long as there are less than `prefetch` unACKed
await ch.prefetch(BATCHSIZE);
+ logger.info("configuration", {
+ QUEUE, BATCHSIZE, CHUNKSIZE, MAXCONNS, LOAD_TIMEOUT, IDLE_TIMEOUT,
+ DOREAPMATCH, REAP_QUEUE
+ });
+
const model = require("../orm/model")(seq, Seq);
// performance logging