Hi,
I have a requirement to create thumbnail for over 20 million documents already in the repository and I have written code which works. My worry is that every request is added into a queue and which I think is going cause a problem with creating the thumbnails for the documents are currently ingested.
I thought if I could configure another instance of CTS serving the same repository and target that with my transformation code and only use it for that purpose, is this at all possible?
Kind regards,