Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try using a longer randomization period for retrying messages (#…
…5416) ### Description We have so many messages with similar retry counts that now even by spreading them over 1h we still starve new messages. This PR increases the random period to 6h, hoping to more evenly distribute retries of old messages. Some data to back this, you can see that after prepare failures start spiking there's also a diff in the prep queue, indicating starvation ![Screenshot_2025-02-10_at_12 03 53](https://github.com/user-attachments/assets/b12d5502-391d-4985-a2ea-47f92c771cc8) ![Screenshot_2025-02-10_at_12 03 44](https://github.com/user-attachments/assets/f7193adf-01df-453d-aeba-a5002c283662) ![Screenshot_2025-02-10_at_12 03 18](https://github.com/user-attachments/assets/5bdf27cb-51ea-439a-ab98-4f310214b7ca)
- Loading branch information