Project

General

Profile

Bug #20533

Updated by Peter Amstutz 11 months ago

Specific test case: running a workflow with 100s of containers and then canceling them all at once leads to a massive surge of requests to the API server as all the containers finalize all at once. 

 Want to test ways that we can mitigate this traffic surge so that: 

 # all the containers finalize without fatal 503 errors (#20540, #20541) 
 # the workbench remains responsive (at least for GET requests during this time) 
 ## evaluate configuration changes 
 ## load balancing #20539 
 ## controller request prioritization #20602 
 ## Send out cancellations at a slower rate than whatever it's doing right now 
 

Back