Hello, I would like to ask if there is a native way to control whether n8n exceeds a certain number of executions per month. I know there is a control for simultaneous executions, but I also need to implement a control for total executions in the self-hosted Enterprise version. This would serve as a security measure, for example, to prevent exceeding usage during a stress test—just to give one example.
hello @David_Aguirre
You can count the number of executions via the database or the n8n API
@barn4k Thanks for the response! I understand that each workflow should have a “step” with that logic/validation. I just wanted to be 100% sure that there’s nothing native or cross-cutting (at the platform level) to handle this.
No, n8n doesn’t care about how many executions per workflow you have. And there are no build-in controls for that.
However, you can check the dashboard for the insights
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
