문제

I have a rake task that uses Feedjira to fetch content from a bunch of RSS feeds that throws an error when a feed changes address.

I'd like to automate an email sent to notify me of the error. Is there a way to do this?

Thanks!

도움이 되었습니까?

해결책

There is a gem designed to send emails on failed rake tasks, see below link.

https://github.com/nikhaldi/exception_notification-rake

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top