Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When writing code that consumes Projector Services, you may want to test or simulate the situation where you are exceeding established rate limits so that you can test the code you have written to handle those limits.  A new PWS Service, PwsTestRateLimiter, is now provided for that purpose.  You can use this service to artificially increase hits within the current rolling window so that your test may include how your code responds to rate limit errors.  This service may PwsTestRateLimiter may also be used to return current parameters in use, and the current hit counts in play.

...