From 4af098c6585d3d1f67184973f5a0795c2aef323f Mon Sep 17 00:00:00 2001 From: karen-stepanyan Date: Mon, 4 Mar 2024 15:21:24 +0400 Subject: [PATCH] update known issues --- packages/sources/icap/docs/known-issues.md | 4 ++++ packages/sources/tp/docs/known-issues.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/packages/sources/icap/docs/known-issues.md b/packages/sources/icap/docs/known-issues.md index db317c9c04..9189da312f 100644 --- a/packages/sources/icap/docs/known-issues.md +++ b/packages/sources/icap/docs/known-issues.md @@ -17,3 +17,7 @@ wscat -c 'ws://json.mktdata.portal.apac.parametasolutions.com:12000' ``` - If credentials work for a single connection, open a second terminal and run the same commands while the first is still running. The expected behaviour is that both terminals should fire out a massive amount of price data. + +### CACHE_MAX_AGE interaction with Heartbeat messages + +If `CACHE_MAX_AGE` is set below a current heartbeat interval (60000ms), the extended cache TTL feature for out-of-market-hours that relies on heartbeats will not work. diff --git a/packages/sources/tp/docs/known-issues.md b/packages/sources/tp/docs/known-issues.md index db317c9c04..9189da312f 100644 --- a/packages/sources/tp/docs/known-issues.md +++ b/packages/sources/tp/docs/known-issues.md @@ -17,3 +17,7 @@ wscat -c 'ws://json.mktdata.portal.apac.parametasolutions.com:12000' ``` - If credentials work for a single connection, open a second terminal and run the same commands while the first is still running. The expected behaviour is that both terminals should fire out a massive amount of price data. + +### CACHE_MAX_AGE interaction with Heartbeat messages + +If `CACHE_MAX_AGE` is set below a current heartbeat interval (60000ms), the extended cache TTL feature for out-of-market-hours that relies on heartbeats will not work.