You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Initial Stress-Test Approach
The objective of this test is to determine if our AWS architecture setup can handle a lot of work at once without breaking.
Requirements
Test Parameters
Here is an example of what the test should do.
Success Metrics
Here are some questions we should be asking ourselves after doing the initial stress test:
How precise will the event scheduler?
Can we concurrently query and run a few hundred monitor checks fast enough?
Can we detect errors and retry sanely?
Is it as cheap/scalable as we thought it would be?
Changes in architecture we may want to consider?
All reactions