page-cache icon indicating copy to clipboard operation
page-cache copied to clipboard

Generate cache error when concurrent requests occur

Open zhuhank opened this issue 9 months ago • 1 comments

Generate cache error when concurrent requests occur

cause by: $this->files->put( $this->join([$path, $file]), $response->getContent(), true );

zhuhank avatar Apr 15 '25 08:04 zhuhank

Interesting. Not sure it's worth creating a whole workaround. Might just be enough to catch the error and ignore it.

How do you test this?

JosephSilber avatar Apr 21 '25 20:04 JosephSilber