To protect all customers from excessive usage and Denial of Service attacks, we limit the number of long-running requests that are processed at the same time by an organization. Your request has been denied because this limit has been exceeded by your organization. Please try again later.
This is happening to multiple users. They do not have more that one person logged into their username.
1 件の回答
Hi Michelle,
this appears to be a development related issue. The resolution from the Stackexchange was as follows:
There's a number of tests that you can run in a 24-hour window. There's also concurrent limits related to using too many resources at once. Practically speaking, this means that a "run all tests" should ideally be spread out over time; run single tests whenever possible, and reserve run all tests for a system-check for code coverage, etc. You can also run into this if multiple users try to run all tests at once. Only one person at a time should be performing a run all test run. In ordinary cases, run only single tests.
Hope this helps! If it does, please mark as best answer :-)
Best,
Till