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
Requests rate limiting is usually better done by reverse proxy, like nginx or even cloudflare.
Max open orders and withdrawal request limits are the real features here.
Requests rate limiting is usually better done by reverse proxy, like nginx or even cloudflare.
Max open orders and withdrawal request limits are the real features here.
Yep, it's the best option for HTTP or REST in most cases, but
We are using WebSockets, and reverse proxy are usually only slow down things with such setups.
This project is supposed to be used by different organizations, so we strive to minimize total number of dependencies and avoid third-party vendor locks.
Those settings are supposed to be configurable in runtime. If constellation members agree on changing current limits, the system should automatically apply them, which may be problematic with external reverse proxy.
Constellation members might want to set custom limits on per-account basis. For example, for market makers, payment systems, or HFT traders. It's one of the potential financial incentives to run a constellation.
Anyways, thanks for your suggestion, your professional opinion is much appreciated as always. Please let me know if you spot any other inconsistencies.
We need to implement basic rate-limiting features and max resource policy for clients.
Configuration options:
Max requests per 5 seconds timespan (e.g., max 10 requests per any 5s timespan).The text was updated successfully, but these errors were encountered: