Skip to content

Commit

Permalink
fix(parser): bump parser request timeout
Browse files Browse the repository at this point in the history
Addresses timeout errors for loading pages (many taking
> 5s)
  • Loading branch information
kschelonka committed Jan 8, 2025
1 parent 70b4206 commit eb5c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/parser-graphql-wrapper/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
process.env.PARSER_BASE_ENDPOINT || 'http://example-parser.com',
dataPath: process.env.PARSER_DATA_PATH || '/wrapper',
retries: 3,
timeout: 5,
timeout: 25,
},
dynamoDb: {
itemSummaryTable: {
Expand Down

0 comments on commit eb5c5dd

Please sign in to comment.