Skip to content

Commit 2fefa14

Browse files
author
Dushyant Bhalgami
committed
updated to point master branch of legacy-processor-module
1 parent 6f2e92c commit 2fefa14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ module.exports = {
9595

9696
POST_KAFKA_ERROR_ENABLED: process.env.POST_KAFKA_ERROR_ENABLED || true,
9797

98+
MESSAGE_RETRY_COUNT: process.env.MESSAGE_RETRY_COUNT ? Number(process.env.MESSAGE_RETRY_COUNT) : 5,
99+
98100
CHALLENGE_INFO_API: process.env.CHALLENGE_INFO_API || 'http://mock-api-host:3000/challenges?filter=id={cid}', // {cid} gets replaced with challenge id
99101

100102
MM_CHALLENGE_SUBTRACK: process.env.MM_CHALLENGE_SUBTRACK || 'MARATHON_MATCH, DEVELOP_MARATHON_MATCH'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"http-json-response": "^1.0.1",
2626
"ifxnjs": "^8.0.1",
2727
"joi": "^13.4.0",
28-
"legacy-processor-module": "git+https://github.com/topcoder-platform/legacy-processor-module.git#develop",
28+
"legacy-processor-module": "git+https://github.com/topcoder-platform/legacy-processor-module.git#master",
2929
"lodash": "^4.17.10",
3030
"moment": "^2.24.0",
3131
"moment-timezone": "^0.5.26",

0 commit comments

Comments
 (0)