Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI shows deleted messages #12

Open
sharbov opened this issue Jun 6, 2018 · 4 comments
Open

UI shows deleted messages #12

sharbov opened this issue Jun 6, 2018 · 4 comments

Comments

@sharbov
Copy link

sharbov commented Jun 6, 2018

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

@roribio
Copy link
Owner

roribio commented Jun 20, 2018

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

@franciscomazali
Copy link

same here

@villasv
Copy link

villasv commented May 4, 2019

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.

@roribio
Copy link
Owner

roribio commented May 5, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants