Hi!
Is there a simple way to lower the complexity limit or quickly exhaust it for testing purposes on my developer account?
For example:
- a setting in the developer center that would allow me to set limit to lower value
- a query that would allow me to mock limit (something like mocking the subscription)
- a clever use of some complex query that would exhaust the limit in one/two runs via developer center API playground.
or anything that would make the process simple and easily repeatable.
My goal is to test error scenarios in the app that I’m working on. Any suggestions are much appreciated 🙂