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

Recover gracefully from git 429 rate-limits on overleaf #14

Open
j6k4m8 opened this issue Jun 7, 2023 · 0 comments
Open

Recover gracefully from git 429 rate-limits on overleaf #14

j6k4m8 opened this issue Jun 7, 2023 · 0 comments
Labels
bug Something isn't working thirdparty:overleaf

Comments

@j6k4m8
Copy link
Member

j6k4m8 commented Jun 7, 2023

Right now it crashes the server, which is probably not the ideal user experience.

This line in the refresh (called from the constructor) is the offender:

self._repo = Repo.clone_from(self._gitrepo, f"/tmp/{self._reposlug}")

@j6k4m8 j6k4m8 added bug Something isn't working thirdparty:overleaf labels Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working thirdparty:overleaf
Projects
None yet
Development

No branches or pull requests

1 participant