Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

[11.0][sms_frame] Infinite loop on the queue #92

@spacimek

Description

@spacimek

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:

  • we're using Twilio
  • weird errors we're getting include: odoo.addons.sms_frame.models.sms_gateway_twilio: 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions