You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/price-feeds/schedule-price-updates.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
import { Callout } from"nextra/components";
2
+
1
3
# How To Schedule Price Updates
2
4
3
5
The following guides explain how to schedule Pyth price updates to occur at regular intervals.
@@ -15,3 +17,9 @@ There are also three different tools to schedule price updates:
15
17
-[Scheduler](schedule-price-updates/using-scheduler) is a service that developers can run to trigger price updates when certain time or price change conditions are met.
16
18
17
19
For developers comparing these three options, Adrastia and Gelato are simpler, in that they do not require you to operate a service.
20
+
21
+
<Callouttype="info"emoji="ℹ️">
22
+
Deviation thresholds are fully configurable, limited only by Pythnet’s update
23
+
speed. Please be aware: Lower thresholds and more frequent updates increase
0 commit comments