We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f446942 commit 63d7dd0Copy full SHA for 63d7dd0
apps/price_pusher/src/controller.ts
@@ -71,7 +71,7 @@ export class Controller {
71
priceConfig.timeDifference,
72
);
73
}
74
-
+
75
const priceShouldUpdate = shouldUpdate(
76
priceConfig,
77
sourceLatestPrice,
apps/price_pusher/src/metrics.ts
@@ -151,7 +151,9 @@ export class PricePusherMetrics {
151
): void {
152
this.priceUpdateDelay.set(
153
{ price_id: priceId, alias },
154
- sourceLatestPricePublishTime - targetLatestPricePublishTime - priceConfigTimeDifference
+ sourceLatestPricePublishTime -
155
+ targetLatestPricePublishTime -
156
+ priceConfigTimeDifference,
157
158
159
0 commit comments