when we use system.tag.importTags(filePath,basePath) with a basePath on a remote provider it take lots more times rather than with a local provider.
I'd like to run a gateway message handler to invoke this function locally, but I'm not sure the file can be sent in the payload.
For example with 10Mo json file, I can read the file to json, send in the payload, write json to a temorary file and the import locally.
Is there some memory limit for payload in gateway message handler ?
As a side note, destination gateway is Ignition Edge edition