iachat/app/jobs
Sojan Jose cf91e9eb58
chore: Use find_each instead of .all.each (#6975)
- Enable the rubocop Rails/FindEach
- Replace the .all.each with .find_each

This should let us avoid potential memory usage.
Motivation from the speedshop newsletter by Nate Berkopec

ref: https://www.rubyinrails.com/2017/11/16/use-find-each-instead-of-all-each-in-rails/
ref: https://linear.app/chatwoot/issue/CW-1480/chore-run-all-sidekiq-jobs-async
2023-04-25 09:32:35 +05:30
..
account chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
agent_bots feat: Add native support for CSML in agent_bot API (#4913) 2022-06-23 19:17:46 +05:30
agents fix: destroy bulk service (#5921) 2022-11-25 22:46:50 +05:30
avatar chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
campaigns chore: one off SMS campaign APIs (#2589) 2021-07-14 12:24:09 +05:30
channels/whatsapp chore: Move Whatsapp template sync to cron (#4858) 2022-06-14 23:46:36 +05:30
conversations chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
inboxes chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
internal fix: Account seeder error on staging (#5371) 2022-09-01 21:23:57 +05:30
labels fix: Update associations when a label is updated (#3046) 2021-09-21 10:16:32 +05:30
migration chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
notification feat: Notification on new messages in conversation (#1204) 2020-09-10 19:19:15 +05:30
webhooks fix: Remove fallback phone_number search in WhatsApp event processing (#6904) 2023-04-18 18:30:01 -07:00
action_cable_broadcast_job.rb Chore: Update ruby and rails versions (#831) 2020-05-08 12:13:23 +05:30
application_job.rb Chore: Fix Deserialisation Error in Jobs (#1683) 2021-01-31 13:05:07 +05:30
bulk_actions_job.rb fix: Added "None" option in bulk actions assignment menu (#5585) 2022-10-11 13:44:35 -07:00
contact_ip_lookup_job.rb feat(poc): Disable widget based on country (#6658) 2023-03-14 09:09:57 -07:00
data_import_job.rb chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
delete_object_job.rb feat: Platform API improvements (#2900) 2021-09-02 18:29:45 +05:30
event_dispatcher_job.rb Non blocking event dispatch (#652) 2020-03-29 19:18:30 +05:30
hook_job.rb Feat: detect language of the message content (#6660) 2023-04-04 08:57:27 +05:30
macros_execution_job.rb feat: Execute macro actions, for the conversation (#5066) 2022-07-26 12:41:22 +05:30
send_reply_job.rb chore: Provider APIs for SMS Channel - Bandwidth (#3889) 2022-02-03 15:22:13 -08:00
trigger_scheduled_items_job.rb chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
webhook_job.rb Feature: Webhooks (#489) 2020-02-14 23:19:17 +05:30