You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to achieve better serving performance following changes has to be done:
Preload all spec during serving start-up process into cache.
Refresh the cache asynchronously
Additional context
Some client service has a very strict deadline which value is less than what it takes to fetch a spec from core. Currently, spec is stored in cache but populating it is still done synchronously during processing of incoming request. This introduce additional latency to feature request when the corresponding spec is not available in cache.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In order to achieve better serving performance following changes has to be done:
Additional context
Some client service has a very strict deadline which value is less than what it takes to fetch a spec from core. Currently, spec is stored in cache but populating it is still done synchronously during processing of incoming request. This introduce additional latency to feature request when the corresponding spec is not available in cache.
The text was updated successfully, but these errors were encountered: