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
request the first image again while the long running request is still going
Expected:
The server can respond to multiple requests at once. Maybe this is an operational issue and we can solve this with a load balancer as long as the LB knows a worker is busy and doesn't send more traffic to it until it's ready.
Actual:
The long running tasks blocks any other requests.