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
Batch requests are processed in the order the requests appear within the batch.
11
+
Batch requests are processed in the order the requests appear within the batch. **Batching is highly recommended if the client sends
12
+
updates to over 50 price feeds.**
12
13
13
14
## get_product_list
14
15
@@ -113,6 +114,9 @@ A successful response looks like:
113
114
114
115
## subscribe_price_sched
115
116
117
+
**This method can saturate the connection between the agent and the client. Please create a scheduler on the client side to avoid saturating the connection or
118
+
send price updates as soon as they are available.**
119
+
116
120
Subscribe to price update schedule. pyth-agent will notify the client whenever it should submit the next price for a subscribed symbol.
0 commit comments