Hi everyone,
I’m running a Telegram bot that interacts with some canisters on the Internet Computer, and I’m trying to understand the best practices to avoid getting blocked or rate-limited by the boundary nodes.
Specifically:
- How many query calls can a server make to a canister per minute/hour/day?
- Is there a recommended or safe frequency to avoid being temporarily or permanently banned by the boundary nodes?
- Are there long-term risks (e.g. IP ban or throttling) if a bot continuously sends a high volume of query calls?
I couldn’t find clear documentation about the limits or rate-limiting policies for query calls, so any guidance or experience would be very helpful. Thanks!