Messages pending in the queue #1714
Unanswered
charlesmudy
asked this question in
Help with using Postal
Replies: 1 comment
-
You'll have to do it in code somehow, I think it is mentioned in one of the issues somewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having this issue too, over 9K messages are currently in queue and no clue what to do with them. I know there are similar issues reported like this but was unable to find a solution that works for me.
I used this code: Server['yournotify/yournotify'].message_db.messages(:where => {:held => 1, :scope => 'outgoing'}).each { |m| m.add_to_message_queue(:manual => true) } but it seems I have to now manually release them which I don't want.
How to force retry all messages in queue/held mode?
Beta Was this translation helpful? Give feedback.
All reactions