Set delay or not?
I have automation trigger TAG and then add to list-remove tag/create wordpress user/add to space in fluent community/send webhook. For now i use delay from 1 minute. but ca i use it without delay. Then its faster but maybe not stable ? What do you think?
In my experience, it is OK to do no delay and things will still work fine. However, there is a caveat. If you have anything like a goal in the automation it needs some step to evaluate. For example, if your automation was trigger -> send email -> goal and you want it to skip the email if the goal is met you will need to have the automation trigger -> delay(0) -> send email -> goal. In the second scenario if the goal is satisfied, the automation is triggered and immediately goes to the delay. The goal is satisfied and the flow jumps to the goal skipping the email.
