summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-07-01 12:16:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-07-01 12:16:47 +0200
commite186783d9e1d52cab965fe614780221a9859dd04 (patch)
tree945ce8a341c91723589f9c2a308a2b6555414810 /worker.js
parent21389cc83b96c5f98402b052db0333e89051f480 (diff)
downloadcruncher-e186783d9e1d52cab965fe614780221a9859dd04.tar.gz
cruncher-e186783d9e1d52cab965fe614780221a9859dd04.zip
fix build regex matching
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index 8d277de..ae01dc5 100644
--- a/worker.js
+++ b/worker.js
@@ -102,7 +102,11 @@ if (LOGGLY_TOKEN)
// execute the scripts
async function crunch() {
const profiler = logger.startTimer();
- logger.info("crunching");
+ logger.info("crunching", {
+ players: participants_player.size,
+ teams: teams.size,
+ globals: participants_global.size
+ });
// prevent async issues
const api_ids_player = [...participants_player],