Open
Description
Latest slack discuttion https://elasticio.slack.com/archives/CADMT8CCD/p1745306851780979
Case: our customer has flow with webhook trigger which is triggering up to 1000 rpm
Due to large number of messages the total size reaches the RMQ limit (https://elasticio.slack.com/archives/G8YQQ9PMM/p1744977307122949?thread_ts=1744976238.577449&cid=G8YQQ9PMM)
As a result there are a lot of Failed on publishing message to queue
errors
Let's introduce deley between attempts to publish message into queue again after we got the Failed on publishing message to queue
error
Need to decide how to make delay between retry attempts (arithmetic progression, geometric progression etc)