KordingLab / llm4papers

Apache License 2.0
22 stars 0 forks source link

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

Open j6k4m8 opened 1 year ago

j6k4m8 commented 1 year ago

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:

https://github.com/KordingLab/llm4papers/blob/af7a1088604083a9f215a1e8abeadd7fca3395cd/llm4papers/paper_remote/OverleafGitPaperRemote.py#L92