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

[EPIC] Performance improvements #356

Open
3 of 5 tasks
mscottford opened this issue Oct 21, 2022 · 0 comments
Open
3 of 5 tasks

[EPIC] Performance improvements #356

mscottford opened this issue Oct 21, 2022 · 0 comments
Labels
Milestone

Comments

@mscottford mscottford moved this from To Do to Backlog in Freshli Oct 31, 2022
mscottford added a commit that referenced this issue Jan 18, 2023
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.
mscottford added a commit that referenced this issue Jun 2, 2023
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.
@mscottford mscottford added this to the v0.8.0 milestone Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant