Hello!
What does " 2.5k workflow executions" mean: per day / per month?
We have self-hosted but want to migrate to cloud.
Our workflow starts every minute and check google sheet for new lines.
So it should be 1440 executions per day.
Thank you
Hello!
What does " 2.5k workflow executions" mean: per day / per month?
We have self-hosted but want to migrate to cloud.
Our workflow starts every minute and check google sheet for new lines.
So it should be 1440 executions per day.
Thank you
It looks like your topic is missing some important information. Could you provide the following if applicable.
No, it is not self-hosted. It is about pricing.
It’s 2.5k workflow executions per month.
But how does it possible for scheduled tasks? For example, which are every minute. Not possible?
If you schedule a task to run every minute, that will count towards your executions. A much more economic way would be to run the script only when a change has been made. I looked into our Google Sheets trigger node, but this is also polling based. A Google Sheets App script might be the next best solution, but you’d have to build that yourself.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.