Feature/add timeout to eod historical data requests (#2222)

* Add timeout to requests using got

* Update changelog
This commit is contained in:
Thomas Kaul
2023-08-09 20:58:00 +02:00
committed by GitHub
parent 928f6f0c45
commit 4f6d9d3a76
5 changed files with 187 additions and 23 deletions

View File

@@ -38,6 +38,7 @@ export const DATA_GATHERING_QUEUE_PRIORITY_HIGH = 1;
export const DEFAULT_DATE_FORMAT_MONTH_YEAR = 'MMM yyyy';
export const DEFAULT_LANGUAGE_CODE = 'en';
export const DEFAULT_PAGE_SIZE = 50;
export const DEFAULT_REQUEST_TIMEOUT = ms('3 seconds');
export const EMERGENCY_FUND_TAG_ID = '4452656d-9fa4-4bd0-ba38-70492e31d180';