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

MessageStoreService not respecting TTL #3690

Open
pintify opened this issue Jan 12, 2023 · 3 comments
Open

MessageStoreService not respecting TTL #3690

pintify opened this issue Jan 12, 2023 · 3 comments

Comments

@pintify
Copy link

pintify commented Jan 12, 2023

I've configured the TTL of the MessageStoreService on an account but it is not being used to limit the storage. Despite marking the storage to 10 days, I can certainly browse data way older than that. In fact there is no removal of data at all:

imagen

imagen

imagen

@Agnul97
Copy link
Contributor

Agnul97 commented Feb 28, 2024

Hi @pintify. Unfortunately the TTL feature is present but actually not implemented by a not-operation impl. This means that data is not discarded when TTL expires.
Greetings

@pintify
Copy link
Author

pintify commented Feb 28, 2024

Thank you for the response. Then is there any prevision regarding the implementation of such TTL?

@Agnul97
Copy link
Contributor

Agnul97 commented Apr 18, 2024

@pintify I'm currently working on an implementation of such TTL feature

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

No branches or pull requests

2 participants