how is it handled in CMS when one wants to use episerverapi/commerce/import/assets endpoint in parallel? Does it create folder for each call or would it complain about existing file or would it simply overwrite it?
If there is 2000 images that need to be transferred to epi in zip file, I could use chunk upload (if I could save various chunks to a file system), but I have a cloud solution and images get transferred from cloud as well.
I was thinking of taking and skipping 50 - 100 images at a time and then calling the endpoint either without waiting for the completion of the previous import or in parallel.
Hi,
how is it handled in CMS when one wants to use episerverapi/commerce/import/assets endpoint in parallel? Does it create folder for each call or would it complain about existing file or would it simply overwrite it?
If there is 2000 images that need to be transferred to epi in zip file, I could use chunk upload (if I could save various chunks to a file system), but I have a cloud solution and images get transferred from cloud as well.
I was thinking of taking and skipping 50 - 100 images at a time and then calling the endpoint either without waiting for the completion of the previous import or in parallel.