diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-22 21:22:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-22 21:22:32 +0200 |
| commit | f2bdd5c9c41796f1887eea94576de67af6bc88e0 (patch) | |
| tree | 51a18be42f1f0f25c2a7d9f80ab66c79e8659f46 /worker.js | |
| parent | c401f9e227e92c03e249db23159b738b1456bd6f (diff) | |
| download | cruncher-f2bdd5c9c41796f1887eea94576de67af6bc88e0.tar.gz cruncher-f2bdd5c9c41796f1887eea94576de67af6bc88e0.zip | |
crunch build statsrelease/2.4.0
Diffstat (limited to 'worker.js')
| -rw-r--r-- | worker.js | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -115,7 +115,11 @@ if (LOGGLY_TOKEN) if (api_ids_global.length > 0) await seq.query(global_script, { - replacements: { participant_api_ids: api_ids_global }, + replacements: { + participant_api_ids: api_ids_global, + build_regex_start: '^([[:digit:]]+;[[:digit:]]+,)*(', + build_regex_end: ')+(,[[:digit:]]+;[[:digit:]]+)*$' + }, type: seq.QueryTypes.UPSERT }); if (team_ids.length > 0) { |
