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

Documentation Request: How to generate missing derivative files on backend #2107

Open
misilot opened this issue May 17, 2022 · 3 comments
Open
Labels
Type: bug identifies a problem in the software with clear steps to reproduce

Comments

@misilot
Copy link
Contributor

misilot commented May 17, 2022

Hello,

I'm hoping I didn't miss it somewhere, but how would go about generating derivative files for objects in the system? For example we ingested >10,000 items, but something went wrong where the thumbnails and other items haven't been generated yet. So we want to just kick it off in the background / foreground would be great as well, so we can watch and check progress.

Thanks!

@misilot misilot added the Type: bug identifies a problem in the software with clear steps to reproduce label May 17, 2022
@ajstanley
Copy link
Contributor

You can create a view to show the objects in question, add a field for Node operations bulk form and you're pretty much done.

There is no real way to track progress short of tailing the log of whatever microservice is building the derivatives.

You can set the pager to handle as many objects at a time as you like, but the default php.ini setting only allows 1000 variables, so you might want to stick to about 900 per page.

@misilot
Copy link
Contributor Author

misilot commented May 18, 2022

Thanks @ajstanley, so just want to confirm there is no way to kick this off as a cronjob? :(

@misilot
Copy link
Contributor Author

misilot commented May 18, 2022

From @seth-shaw-unlv this gist should work from the Tech Call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug identifies a problem in the software with clear steps to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants