Task::Transfer
Constants
Log = ::Log.for(self)
Class methods
Determines if a recipient should be marked as "down" based on recent delivery history.
A recipient is considered "down" if there are 3+ delivery failures spanning at least DOWN_DETECTION_SPAN, with no successful deliveries to that recipient since the earliest failure.
A delivery is deemed successful when the recipient is not in the failures list.
Instance methods
failures
Sourcetransfer(activity, from transferer, to recipients)
Source