add more console logging for debugging
This commit is contained in:
@@ -548,6 +548,11 @@ const main = async (): Promise<void> => {
|
|||||||
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`,
|
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`,
|
||||||
selectMostRecentBySlot
|
selectMostRecentBySlot
|
||||||
);
|
);
|
||||||
|
console.log(
|
||||||
|
`last_update_orderbook_${
|
||||||
|
isSpot ? 'spot' : 'perp'
|
||||||
|
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`
|
||||||
|
);
|
||||||
const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100);
|
const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100);
|
||||||
let cacheMiss = true;
|
let cacheMiss = true;
|
||||||
if (redisL2) {
|
if (redisL2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user