Page MenuHomePhabricator

Unable to get phabricator to send mail, everything gets queued for delivery but never sent
Closed, ResolvedPublic

Description

I can successfully send emails from the box and test messages get sent, but not other phabricator system generated messages. This used to work and I'm not sure why it stopped.

1557 Queued for Delivery D22: Since artifacts are now in artifactory, added a script to pull them and install them locally
1558 Queued for Delivery [Phabricator] Email Verification
1559 Queued for Delivery [Phabricator] New User "nhix" Awaiting Approval
1560 Queued for Delivery D22: Since artifacts are now in artifactory, added a script to pull them and install them locally
1561 Queued for Delivery D22: Since artifacts are now in artifactory, added a script to pull them and install them locally
1562 Queued for Delivery D22: Since artifacts are now in artifactory, added a script to pull them and install them locally
1563 Queued for Delivery D22: Since artifacts are now in artifactory, added a script to pull them and install them locally
1564 Sent test
1565 Sent test

How do I flush the queue and find out why they aren't getting sent out? I don't see anything related to emails in the daemon logs.

Event Timeline

amathur raised the priority of this task from to Unbreak Now!.
amathur updated the task description. (Show Details)
amathur added a subscriber: amathur.
epriestley lowered the priority of this task from Unbreak Now! to Normal.Jun 30 2014, 9:13 PM
epriestley added a subscriber: epriestley.

Try restarting the daemons? (bin/phd restart)

Already tried that and it did not make a difference.

Can you show me a screenshot of /daemon/?

You have a large SVN repository importing, which is backing up mail.

Until T5336, the task queue runs in roughly FIFO order. T5336 will let mail jump ahead of things like this in the queue, but isn't implemented yet.

There's no way to adjust the priority of these tasks right now. If you have the resources, you can launch more taskmaster daemons (bin/phd launch taskmaster) to help run through the queue faster.

amathur claimed this task.

It turns out that an import job was in an odd state so we ended up deleting and reimporting. All is well now. Thanks.