This topic was automatically generated from Slack. You can find the original thread here.
Is there a way to debounce a trigger, every time files are uploaded to a source, a bunch of emails in quick succession are sent. Ideally it would trigger on the first email/once per bunch, but not for each
There are built in deduping strategies available to sources, and it just depends on how events are uniquely identified if they can be deduped accurately.
I’m pretty sure that will do it. In fact, this whole email thing was an attempt to get around multiple triggers that I would have gotten if I used the “trigger on new file to S3” since multiple files are uploaded but I only care about 1 or 2 of those uploaded files. I might try s3 + filter if that’s possible instead.