upleveled / notion-backup

Export Notion pages and subpages to a GitHub repo on a schedule (eg. to be used as a scheduled backup)
51 stars 8 forks source link

Gracefully handle HTTP 502 errors #287

Open karlhorky opened 3 weeks ago

karlhorky commented 3 weeks ago

Sometimes Notion responds with a HTTP 502 error (Bad gateway), which will throw an error and cause the export to fail completely:

AxiosError: Request failed with status code 502

We could consider catching these and retrying.