-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Queue requests from createRemoteFileNode and control concurrency of requests #4616
Commits on Mar 19, 2018
-
Chunk the requests to download media objects from WP.
The blog I work on has over 9,000 media objects and currently, it tries to download them all. This PR chunks them in groups of 100, but that setting can be increased.
TJ Simons committedMar 19, 2018 Configuration menu - View commit details
-
Copy full SHA for ac950f1 - Browse repository at this point
Copy the full SHA ac950f1View commit details -
Remove prettier forrmatting from the readme
TJ Simons committedMar 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 638cf43 - Browse repository at this point
Copy the full SHA 638cf43View commit details
Commits on Mar 23, 2018
-
Clean up and document create-remote-file-node
Add Better Queue for more control over processing
TJ Simons committedMar 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 4c30e8b - Browse repository at this point
Copy the full SHA 4c30e8bView commit details -
Rollback changes to wp source files
TJ Simons committedMar 23, 2018 Configuration menu - View commit details
-
Copy full SHA for b8e5fe6 - Browse repository at this point
Copy the full SHA b8e5fe6View commit details -
Add queue for requesting wp objects
update readme with new config option
TJ Simons committedMar 23, 2018 Configuration menu - View commit details
-
Copy full SHA for fd277de - Browse repository at this point
Copy the full SHA fd277deView commit details
Commits on Mar 27, 2018
-
TJ Simons committed
Mar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 3a3b569 - Browse repository at this point
Copy the full SHA 3a3b569View commit details -
No longer throw an exception when an error occurs. Just resolve with
null and move on
TJ Simons committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b163b89 - Browse repository at this point
Copy the full SHA b163b89View commit details -
Remove file lock lookup for now. 200 concurrent requests is a safe
number and we can look to change this in the future
TJ Simons committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 559fc0f - Browse repository at this point
Copy the full SHA 559fc0fView commit details
Commits on Mar 29, 2018
-
Merge branch 'master' of github.com:gatsbyjs/gatsby into topics/wp-me…
…dia-config
TJ Simons committedMar 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 95fcf46 - Browse repository at this point
Copy the full SHA 95fcf46View commit details
Commits on Apr 2, 2018
-
Merge branch 'master' of github.com:gatsbyjs/gatsby into topics/wp-me…
…dia-config
TJ Simons committedApr 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 43e061c - Browse repository at this point
Copy the full SHA 43e061cView commit details -
TJ Simons committed
Apr 2, 2018 Configuration menu - View commit details
-
Copy full SHA for be11702 - Browse repository at this point
Copy the full SHA be11702View commit details -
TJ Simons committed
Apr 2, 2018 Configuration menu - View commit details
-
Copy full SHA for cc7fa55 - Browse repository at this point
Copy the full SHA cc7fa55View commit details