Hi all,
Cloud version n8n Pro
Version 1.109.2
Currently I have 2 workflows testing for ingestion of outlook inbound mail. My question is regarding executions v polling.
I have one method which is trigger every X minutes, check mailbox for unread emails > if unread > pull. But every time this runs, it uses an execution from my available monthly executions.
Another method I am testing it poll interval on outlook, which I can set to poll mode every minute. (trigger on message received)
My question is why does the first workflow use an execution if there are no unread emails (I know it uses 3 nodes before failing), and does the second method use an execution every poll attempt?
My main aim is to tune the execution count, so I would like to understand better.
Thanks!