I am building an app that I hope (and believe) will rarely if ever hit up against the Smartsheet rate limits. But of course in building a resilient app, I have to consider that it might. So I have built out a framework for handling rate limiting, and of course can test that in a mocked environment, but I would like to do some final end to end tests to ensure that it actually works.
That said, I also want to be a good Smartsheet citizen and not slam the Smartsheet servers on purpose merely for my testing of rate limiting, unless that is the preferred best practice.
Anyone care to answer and/or maybe Smartsheet would weigh in with a preference?
Many thanks!