I’m wondering about how executions are counted on cloud for triggers that involved polling. For example, the gmail integration has the option to poll every minute, every day, every hour etc. Does this use an entire execution every time it polls, or does it only use the execution if an email is found that triggers the workflow?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
I do not have the answer but my personal guess is that it only procs as an execution if the polling provides new data that starts the rest of the flow.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.