emergency stop count reached

Post your questions and help other users.

Moderator: Martin

Post Reply
vamzicool
Posts: 67
Joined: 29 Dec 2014 17:47

emergency stop count reached

Post by vamzicool » 05 Feb 2015 10:54

http://automagic4android.com/flow.php?i ... cb781b93e2

I am writing this flow to send bulk SMS by reading from a CSV file containing name and phone number in each row. when I tried to load a CSV file containing 61 rows , the flow unexpectedly ends at 11th row for some unknown reason. It says "Emergency stop count reached. Disable flow and current flow execution ." Can anybody help me?

User avatar
TheBrain1984
Posts: 137
Joined: 07 Aug 2013 08:17
Location: Germany

Re: emergency stop count reached

Post by TheBrain1984 » 05 Feb 2015 11:38

You need to go to the the settings of Automagic there is something like "automatic stop" or "emergency stop" or something similar (I have the german version, so I don't know the exact wording). The number behind that option is how many actions Automagic can do per minute. If the number of action per minute is higher than that number you get the discribed error.

User avatar
MURTUMA
Posts: 697
Joined: 05 Mar 2013 22:43

Re: emergency stop count reached

Post by MURTUMA » 05 Feb 2015 14:51

Better solution might be to change the count specifically for flows that need it, like this one. When in flow editor, go to menu> options and change the count the to higher.

vamzicool
Posts: 67
Joined: 29 Dec 2014 17:47

Re: emergency stop count reached

Post by vamzicool » 05 Feb 2015 16:13

After modifying the action count limit specifically for this flow, everything is working fine. Thanks to TheBrain1984 and MURTUMA. Thanks a lot guys.

Post Reply