Skip to content

Commit 2a79f57

Browse files
authored
Merge pull request #545 from topcoder-platform/feature/PLAT-2188
axios-retry added
2 parents 494e07e + 713faa1 commit 2a79f57

File tree

4 files changed

+110
-62
lines changed

4 files changed

+110
-62
lines changed

config/default.js

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

9292
NEW_SELF_SERVICE_PROJECT_TYPE: process.env.NEW_SELF_SERVICE_PROJECT_TYPE || 'self-service',
9393

94+
AXIOS_RETRIES: process.env.AXIOS_RETRIES || 3,
95+
9496
SENDGRID_TEMPLATES: {
9597
WORK_REQUEST_SUBMITTED: process.env.WORK_REQUEST_SUBMITTED || '',
9698
WORK_REQUEST_STARTED: process.env.WORK_REQUEST_STARTED || '',

0 commit comments

Comments
 (0)