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

[FEAT] Refactor persona updates to watch MongoDb #142

Closed
NeonDaniel opened this issue Jan 6, 2025 · 1 comment
Closed

[FEAT] Refactor persona updates to watch MongoDb #142

NeonDaniel opened this issue Jan 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@NeonDaniel
Copy link
Member

The current implementation which triggers an SIO message when persona REST endpoints are called will not scale. This also does not account for changes to the database outside of the admin UI. A better solution might be to watch the database for changes instead of triggering on rest endpoints.

https://search.brave.com/search?q=mongodb+watch+document+for+changes+python&source=web&summary=1&conversation=ff1b4bcd8705abedf025a2

Originally posted by @NeonDaniel in #107 (comment)

@NeonDaniel NeonDaniel added the enhancement New feature or request label Jan 30, 2025
@NeonDaniel NeonDaniel added this to the PyKlatchat "2.0" milestone Jan 30, 2025
@NeonDaniel
Copy link
Member Author

Closed by #107

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

1 participant