- Twilio events were being processed synchronously, leading to slow API responses. - This change moves Twilio event processing to a background job to improve performance and align with how other events (e.g., WhatsApp) are handled. --------- Co-authored-by: Pranav <pranav@chatwoot.com> |
||
|---|---|---|
| .. | ||
| facebook_delivery_job.rb | ||
| facebook_events_job.rb | ||
| instagram_events_job.rb | ||
| line_events_job.rb | ||
| sms_events_job.rb | ||
| telegram_events_job.rb | ||
| twilio_delivery_status_job.rb | ||
| twilio_events_job.rb | ||
| whatsapp_events_job.rb | ||