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

[FEATURE] Automatically delete messages from "View Messages" after a timeout #3832

Open
dentroai opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@dentroai
Copy link

dentroai commented Jan 8, 2025

Describe the feature you'd like
I don't want to store all messages by user on my flowise instance.
Allow me to set a timeout (or set a fixed timeout) that deletes messages after e.g. 2 days.

Additional context
At "View Messages" I can see all messages that were sent to my Flow:
image

I want that all those messages are deleted from flowise automatically.

The reason is data security. The less data is stored, the less data can be leaked #Germany

@ryanhalliday
Copy link
Contributor

You could set this up with a cron job script to access and clear the DB. Would be nice to include in Flowise core though.

I also have a PR open right now to entirely prevent Flowise from storing message logs if that is the configuration you need: #3837

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

No branches or pull requests

3 participants