[🐛 BUG]: "Storage is not defined" exception when reading KV cache early into the PHP worker #1589
Closed
1 task done
Labels
B-bug
Bug: bug, exception
P-KV
Plugin: Key-Value
P-service
Plugin: service
P-TCP
Plugin: TCP
Y-Release blocker
Priority: Release blocker
Milestone
No duplicates 🥲.
What happened?
When we read from the KV plugin cache very early in the PHP worker process, sometimes we receive a
Storage <x> is not defined
exception (it may take a few reruns of therr
executable to trigger the bug).I expected the caches to be available even if early in the process (or, if that's not possible, a way to wait until they're ready)
Version (rr --version)
rr version 2023.1.4 (build time: 2023-05-25T11:10:33+0000, go1.20.4), OS: linux, arch: amd64
How to reproduce the issue?
.rr.yaml
psr-worker.php
Relevant log output
The text was updated successfully, but these errors were encountered: