Hi dev team,
I’ve been using Make for a little less than a year. Within that timeframe, I’ve run into a few issues and this community has been fairly helpful in pointing me in the right direction.
Often times though, the issues that I am running into are limitations at runtime. Either the scenario has a limitation I wasn’t aware of, or the module itself. When reviewing the module documentation about what it can do, there is no mention of what it can’t do.
Would it be possible to publish these limitations alongside the documentation?
I’m not entirely sure if this is the right place for this type of request, please let me know if there’s somewhere better.
Just one example:
-
Description: Get a list of names and phone numbers from an excel sheet. For each row, create a new contact with name/phone number.
-
Apple iOS Module Documentation (Make Help Center / Apps / Communication / Apple iOS)
-
Error:
The operation was completed with a warning. Maximum outgoing queue length exceeded for event "save_contact".
-
Photo of scenario:
-
Photo of log error:
-
After clicking the “Resolve” button
In this scenario, what is the maximum queue length?! The docs do not specify. I can deduce this from the logs, looks like it stops after writing (or queuing?!) about 50 contacts. But even then, when does the queue buffer empty or refresh? This isn’t clear.