429 throttle limit - cloud dedicated instance

Dgraph Cloud backends have max pending query limits set to prevent the backend from getting overloaded. That said, new dedicated backends these days are now automatically configured with higher limits. @RickSalmon your dedicated backend has now been updated and you shouldn’t see the too many requests message as often.

The limit applies for all clients. The limit is specifically per Alpha in a backend.

@azafoo @jj0b This 429 Too Many Requests error happens when the current pending queries count reaches the configured limit. The metrics for dgraph_pending_queries_total shows the current pending queries for any particular Dgraph Alpha. Also, you can inspect the traces to see the current list of running or high-latency queries.

1 Like