Hi,
I made a workspace that creates folders and uploads files on a web API with the HTTP caller.
The first version created folders at one level then uploaded files. Then it went on to do the next level and so on. So it was basically a series of HTTPcallers which worked fine on both desktop and Cloud.
However since it's impossible to know how many folder levels there are in advance I made it with a custom loop transformer and just one HTTP caller.
This worked even better on desktop but trying to run it on FME Cloud it seems it never gets done.
Something that takes 8 seconds in desktop isn't ready after half an hour on Cloud.....seems it never will be.
I checked the webconnection and I uploaded the custom transformer both to the repository and to the transformers folder. I run the same version of Desktop and Cloud 2018.1.0.1(18528). It initially didn't accept the custom transformer on an earlier Cloud version.
Any ideas to what I might want to check or anyone with similar problems?
Thanks!
/Jacob