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

Fetch same certificate only once #276

Open
BenjaminLudwigSAP opened this issue Aug 2, 2024 · 0 comments
Open

Fetch same certificate only once #276

BenjaminLudwigSAP opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers refactoring No functionality change, only code improvement rescheduling Relevant for rescheduling semantics in some way

Comments

@BenjaminLudwigSAP
Copy link
Collaborator

When multiple listeners in a tenant share the same certificate reference, it is fetched for every listener in that tenant instead of just once. This can become a problem for large tenants, where lots of listeners share the same certificate.

Instead, while building the AS3 tenant, fetch each certificate only once.
This also increases rescheduling performance for large tenants.

@BenjaminLudwigSAP BenjaminLudwigSAP added enhancement New feature or request good first issue Good for newcomers refactoring No functionality change, only code improvement rescheduling Relevant for rescheduling semantics in some way labels Aug 2, 2024
@BenjaminLudwigSAP BenjaminLudwigSAP self-assigned this Aug 2, 2024
@BenjaminLudwigSAP BenjaminLudwigSAP removed the enhancement New feature or request label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refactoring No functionality change, only code improvement rescheduling Relevant for rescheduling semantics in some way
Projects
None yet
Development

No branches or pull requests

1 participant