scala-academy / performance-analysis

This is a project to be used in the "Scala and akka in practise" course
Other
5 stars 3 forks source link

Retry mechanism for alert actions #52

Open jordi133 opened 8 years ago

jordi133 commented 8 years ago

under construction

ronnybrunswijk commented 8 years ago

A given number (though maximized) of attempts should be made when sending out an alert. The maximum number of retries should be configurable. Each retry should be done after a certain period of time that should be configurable.