Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove infinite retry policy when announcing the leadership
Instead of retrying infinitely in the LeadershipState, we are now spawning a background appender and hand the announce leadership message over. Additionally, we are now monitoring the health of the appender task to escalate potential failures which would then result in shutting the PP down and let the PPM handle the situation. This fixes restatedev#2333.
- Loading branch information