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

Re-instantiate GithubApiClient regularly #21

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

hermanwh
Copy link
Contributor

Our application typically crashes after some time (>1 day) when running in production, similarly to what we experienced with the ApolloClient some time ago. We hope that re-instantiating the client will solvee this issue. If not, we will have to do some form of try-catch within the coroutines, for instance resulting in a reboot.

@hermanwh hermanwh requested a review from a team June 12, 2024 13:32
Our application typically crashes after some time (>1 day) when running
in production, similarly to what we experienced with the ApolloClient
some time ago. We hope that re-instantiating the client will solvee
this issue. If not, we will have to do some form of try-catch within
the coroutines, for instance resulting in a reboot.
@hermanwh hermanwh force-pushed the solve-client-crashing branch from ca1d19b to 09e7314 Compare June 12, 2024 13:33
@hermanwh hermanwh merged commit 13615f6 into main Jun 13, 2024
1 check passed
@hermanwh hermanwh deleted the solve-client-crashing branch June 13, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants