File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ module.exports = {
95
95
96
96
POST_KAFKA_ERROR_ENABLED : process . env . POST_KAFKA_ERROR_ENABLED || true ,
97
97
98
+ MESSAGE_RETRY_COUNT : process . env . MESSAGE_RETRY_COUNT ? Number ( process . env . MESSAGE_RETRY_COUNT ) : 5 ,
99
+
98
100
CHALLENGE_INFO_API : process . env . CHALLENGE_INFO_API || 'http://mock-api-host:3000/challenges?filter=id={cid}' , // {cid} gets replaced with challenge id
99
101
100
102
MM_CHALLENGE_SUBTRACK : process . env . MM_CHALLENGE_SUBTRACK || 'MARATHON_MATCH, DEVELOP_MARATHON_MATCH'
Original file line number Diff line number Diff line change 25
25
"http-json-response" : " ^1.0.1" ,
26
26
"ifxnjs" : " ^8.0.1" ,
27
27
"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 " ,
29
29
"lodash" : " ^4.17.10" ,
30
30
"moment" : " ^2.24.0" ,
31
31
"moment-timezone" : " ^0.5.26" ,
You can’t perform that action at this time.
0 commit comments