iachat/spec/services/messages
Sojan Jose eabdfc8168
chore(sidekiq): log ActiveJob class and job_id on dequeue (#12704)
## Context

Sidekiq logs only showed the Sidekiq wrapper class and JID, which wasn’t
helpful when debugging ActiveJobs.

## Changes

- Updated `ChatwootDequeuedLogger` to log the actual `ActiveJob class`
and `job_id` instead of the generic Sidekiq wrapper and JID.

> Example
> ```
> Dequeued ActionMailer::MailDeliveryJob
123e4567-e89b-12d3-a456-426614174000 from default
> ```

- Remove sidekiq worker and unify everything to `ActiveJob`
2025-10-22 20:20:37 -07:00
..
mention_service_spec.rb feat: Add the ability to mention team in private message (#11758) 2025-07-02 19:57:59 +05:30
new_message_notification_service_spec.rb fix: Prevent duplicate notifications for mentions (#10675) 2025-01-13 11:20:31 +05:30
send_email_notification_service_spec.rb chore(sidekiq): log ActiveJob class and job_id on dequeue (#12704) 2025-10-22 20:20:37 -07:00
status_update_service_spec.rb feat: API Endpoints to update message status (#11387) 2025-04-29 15:33:11 -07:00