Closed MyStackOverflows closed 10 months ago
Let's say, there are Alice and Bob and they both query this endpoint for the same file.
Now, Alice and Bob can just be 2 different tabs open for the same account. How would we handle this?
_Originally posted by @tthvo in https://github.com/COSC-499-W2023/year-long-project-team-1/pull/115#discussion_r1401304940_
We would have to look into a key-value storage for this. Potentially, it requires another component into our services. Redis or etcd might be a good fit.
Moving to lambda. Closed.
Let's say, there are Alice and Bob and they both query this endpoint for the same file.
Now, Alice and Bob can just be 2 different tabs open for the same account. How would we handle this?
_Originally posted by @tthvo in https://github.com/COSC-499-W2023/year-long-project-team-1/pull/115#discussion_r1401304940_