As a:
FME Flow user responsible for monitoring automations that run continuously or on frequent schedules.
I want to:
Implement rate limiting or batching in the email actions.
So that I can:
- Avoid receiving a flood of emails if an automation encounters repeated errors during overnight or unattended runs.
- Stay informed about issues without being overwhelmed by redundant notifications.
- Focus on resolving the underlying issue rather than managing an overflowing inbox.
Acceptance Criteria:
Have configurable limits that can be set on the email action. I’d like set to thresholds for the maximum number of emails sent within a time period and log when an email is not sent due to this limit.
Ideally, we could have some way to batch emails as well- this would be especially helpful for system events.