What's the proper strategy of dropping repeating notifications for a while?
In my use case my system tries to do some actions in an undetermined time.
Let's say, send data to a webhook.
This can happen a lot.
If the webhook is misconfigured, I want to notify on it (as an inbox message), then set 7 days that additional repeating message will be dropped (meaning - I don't want to digest and collect it , then send it after a week again, because it might be user fixed the issue already).
Is there any way to achieve this?
Let's say, send data to a webhook.
This can happen a lot.
If the webhook is misconfigured, I want to notify on it (as an inbox message), then set 7 days that additional repeating message will be dropped (meaning - I don't want to digest and collect it , then send it after a week again, because it might be user fixed the issue already).
Is there any way to achieve this?