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

Webhook Subscription Cache #1

Open
tsutomi opened this issue Jan 19, 2022 · 0 comments
Open

Webhook Subscription Cache #1

tsutomi opened this issue Jan 19, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tsutomi
Copy link
Member

tsutomi commented Jan 19, 2022

To optimize the performances in the notification of webhooks to subscribers, the service should provide a cache that optimizes the I/O operations and queries towards the database system.

The first level of resolution should be the Tenant of the subscriptions, and then the Event Type within the scope.

Additional filters in a webhook subscription cannot be used as keys to cached items, since it's unpredictable if they would meet the conditions given, not being assured to be constant.

@tsutomi tsutomi added this to the Spartan milestone Jan 19, 2022
@tsutomi tsutomi added the enhancement New feature or request label Jan 20, 2022
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