roribio/alpine-sqs

UI shows deleted messages

sharbov opened this issue · 4 comments

Also purging the queue using the API (not the UI) doesn't seem to affect the UI.

Hello @kobim! Do you think this is something you might want to help with?

same here

The UI shows messages that have been received by the SQS Insights process. If some consumer deletes a specific message or you purge the queue or anything like that, the messages will stay in the UI. Even after a page refresh, because they've been cached. Clearing the cache is a different story.

If I purge the queue using the API, and perform a Clear Messages on the UI, the messages will be gone as expected. So I, at least, can't reproduce a bug here, only expected behavior.

Thanks for your input @villasv!

Seems like the issue is that the UI needs a way to determine when to invalidate it's cache. I don't think that's something the API supports though.

Any ideas?