dserve icon indicating copy to clipboard operation
dserve copied to clipboard

Multiple simultaneous requests result in HTTP 304

Open worldomonation opened this issue 3 years ago • 0 comments

Certain test suites in the Playwright E2E project intermittently encounter HTTP 304 status when first attempting to load a calypso URL.

The failure is presumably occurring here when the <baseCalypsoURL>/log-in endpoint is being hit by multiple containers at the same time. Retrying (automatically via magellan) usually results in the next iteration being able to access the endpoint as normal.

Slack thread: p1624428683011700-slack-C01BVMH5C20

worldomonation avatar Jun 23 '21 06:06 worldomonation