I have two questions regarding Storm's failure handling: -As far as I can tell, a worker process that repeatedly crashes upon startup will repeat this behavior indefinitely. Is there a way to configure a limit for the number of times a worker process will be restarted?
-Is there a recommended approach for setting up alerts on worker process/topology failures? Currently we can monitor the supervisor logs and watch for log statements that indicate a worker has crashed. I am wondering if there is a better way to set up notification on topology failure. Any thoughts on this would be appreciated.
