Is it possible to do this. We have an image variation trigger which we want to run on many thousands of image assets, but matrix just times out, and the process needs to be manually restarted again.
Is it possible to kick the trigger script off via command line and let that run all night?
Not OOTB, I’m sure you could write a custom script to do it though that is based on the same code that the trigger variation runs.
How many images are we talking? Are they all under a single root node? If they are in separate folders, you could run it on a smaller set first and then the rest is smaller sets as well?
There are many folders of images, overall the trigger needs to batch run over thousands of images. They are in separate folders to group them as photo shoots. Some folders have 50-60 images at the most. Ran it against one folder and timed out a couple times, had to restart via hipo manager.
In this one area we have 447 folders of images, so was hoping just to kick it off and leave it to run without having to manually run it on each folder. There’s 2-3 variations being created in one trigger, the images are 1-3mb approx each. Maybe there’s an issue with resources on our server.