(other error)
| 39 | } |
| 40 | |
| 41 | func (decorateHelpersError) Is(other error) bool { |
| 42 | _, ok := other.(decorateHelpersError) |
| 43 | return ok |
| 44 | } |
| 45 | |
| 46 | // notifier is a consumer of the notifications_messages queue. It dequeues messages from that table and processes them |
| 47 | // through a pipeline of fetch -> prepare -> render -> acquire handler -> deliver. |
no outgoing calls