When a channel is used as the destination of an incoming webhook, which is called by, for example, a CI/CD pipeline, a lot of messages could occur which might slow down the whole system.
However, the message normally are not relevant any more after a while. It would be ok to delete them, when reaching a certain age.
What we need is a solution to specify a maximum age of messages in a channel. This should be specified in the channel's details.
The functionality behind that could be like the one from /admin/RetentionPolicy, only on a per-channel basis.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When a channel is used as the destination of an incoming webhook, which is called by, for example, a CI/CD pipeline, a lot of messages could occur which might slow down the whole system. However, the message normally are not relevant any more after a while. It would be ok to delete them, when reaching a certain age.
What we need is a solution to specify a maximum age of messages in a channel. This should be specified in the channel's details.
The functionality behind that could be like the one from /admin/RetentionPolicy, only on a per-channel basis.