Follow-up from #11. GET /v2/request-queues/:id/requests and the console's request table are served from an in-process id→uniqueKey index that is deliberately not persisted (documented in requirements/storage.md's known differences). If the console's request table ever needs to survive runtime restarts, persist the index (e.g. in an internal key-value store).
Follow-up from #11.
GET /v2/request-queues/:id/requestsand the console's request table are served from an in-process id→uniqueKey index that is deliberately not persisted (documented inrequirements/storage.md's known differences). If the console's request table ever needs to survive runtime restarts, persist the index (e.g. in an internal key-value store).