codeforamerica / promptly

Code for text message reminders
32 stars 20 forks source link

Message doesn't show up in Sent Notifications #382

Closed wharrigan closed 10 years ago

wharrigan commented 10 years ago

I create a notification and it shows up in the Scheduled Notifications pane. After I've received the text message, I switch to the Sent Notifications pane but I don't see my notification. Before and After screenshots below: 8-26-2014 10-38-26 am

8-26-2014 10-41-32 am

wharrigan commented 10 years ago

Note that my notifications do show up when I navigate to the Group and view Group History: 8-26-2014 10-49-59 am

wharrigan commented 10 years ago

Also, the Dashboard reflected them appropriately at each interval.

andyhull commented 10 years ago

There is a delay because we have to retrieve the message logs from Twilio. This script runs every few minutes so you can see a delay up to 5 minutes. Strange that the sent messages show up on the Group pages, but not Sent Notifications.

I’ll take a look.

andyhull commented 10 years ago

Looks like the task that pulls in the conversations was not working. It has been fixed and this is working as expected.

Closing.