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

Notion data not prebuild with slow internet #10

Open
2 tasks
sashachabin opened this issue Nov 19, 2022 · 0 comments
Open
2 tasks

Notion data not prebuild with slow internet #10

sashachabin opened this issue Nov 19, 2022 · 0 comments
Assignees
Labels
dx Developer experience improvement

Comments

@sashachabin
Copy link
Member

Problem
Downloading and optimizing files crushes in the middle of the process with slow internet conntection.

How to reproduce the problem?

pnpm i

#or
pnpm preload-static

Solution
We have to upload and optimize 500 files from Notion (amazon S3) not at the same time.

  • Split list of 500 urls to 20-30 chunks
  • Output download and optimize status for easy problem detection
@sashachabin sashachabin added the bug Something isn't working label Nov 19, 2022
@sashachabin sashachabin self-assigned this Nov 19, 2022
@sashachabin sashachabin changed the title Data not prebuild with slow internet Notion data not prebuild with slow internet Nov 19, 2022
@sashachabin sashachabin changed the title Notion data not prebuild with slow internet Notion data not prebuild JSON and images with slow internet Nov 19, 2022
@sashachabin sashachabin changed the title Notion data not prebuild JSON and images with slow internet Notion data not prebuild with slow internet Nov 19, 2022
@sashachabin sashachabin added dx Developer experience improvement and removed bug Something isn't working labels Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Developer experience improvement
Development

No branches or pull requests

1 participant