You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
When there's some issue with the contact (like phone number is incorrect - just try to put some string there), the queue get processed over and over again. That means that messages that were before the problematic message are sent 20-30x... that is not OK. When Python error appears with parsing the phone numbers, message should be marked as such (like Error), so the rest of the queue can be still processed and good messages can be marked as Sent.
When there's some issue with the contact (like phone number is incorrect - just try to put some string there), the queue get processed over and over again. That means that messages that were before the problematic message are sent 20-30x... that is not OK. When Python error appears with parsing the phone numbers, message should be marked as such (like Error), so the rest of the queue can be still processed and good messages can be marked as Sent.
To provide more details:
The text was updated successfully, but these errors were encountered: