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
This is an attempt to make performance improvements as part of #356.
* Starts up to 5 agent processes with the `start-service` command to run
the gRPC service, and hands out `AgentReader` instances that communicate
with those servers in a round-robin fashion.
* Adds retry logic to Freshli Web API calls, and also changes to a
shared `HttpClient` instance. The retry logic should improve
reliability, and the shared `HttpClient` instance should improve
performance.
* Improves reliability of cache database reads by using retries when
reading from the cache database.
This is an attempt to make performance improvements as part of #356.
* Starts up to 5 agent processes with the `start-service` command to run
the gRPC service, and hands out `AgentReader` instances that communicate
with those servers in a round-robin fashion.
* Adds retry logic to Freshli Web API calls, and also changes to a
shared `HttpClient` instance. The retry logic should improve
reliability, and the shared `HttpClient` instance should improve
performance.
* Improves reliability of cache database reads by using retries when
reading from the cache database.
https://github.com/corgibytes/freshli-fixture-java-test
#314retrieve-release-history
#357detect-manifests
#358The text was updated successfully, but these errors were encountered: