-
Notifications
You must be signed in to change notification settings - Fork 64
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
hlx admin #1973
Comments
Hello, as a follow-up to a Slack thread about issues with https://thinktanked.org/tools/bulk/bulk.html (where too many API requests were done in parallel, causing 503s) I started working on some scripting for bulk preview/live operations and I ended up doing a node.js CLI: franklin-bulk. Here is a demo: franklin-bulk-cli-demo.mp4Would there be an interest to get this feature contributed as new commands of the Remark:
|
wow...looks complicated for something that is anyways async ;-) |
What is the meaning of all this I don't really get it |
in the meantime we have the admin bulk api: @catalan-adobe I suggest you improve your tool to use that api. it drastically reduces the load on sharepoint |
As part of the import process, there is the need to bulk preview / publish a lot of pages. Ideally we could do:
The cli would then deal with the concurrency (run 8 in parallel ?).
The text was updated successfully, but these errors were encountered: