iachat/spec/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: Improve conversation auto resolution (#3405) 2021-11-27 09:26:18 +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: Limit conversation resolution Job (#6433) 2023-02-13 14:00:52 +05:30
inboxes chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
internal feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
labels fix: Update associations when a label is updated (#3046) 2021-09-21 10:16:32 +05:30
migration Add first_reply_created event in conversation (#4576) 2022-05-18 21:16:33 -07:00
webhooks fix: Remove fallback phone_number search in WhatsApp event processing (#6904) 2023-04-18 18:30:01 -07:00
bulk_actions_job_spec.rb chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30
data_import_job_spec.rb chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
delete_object_job_spec.rb feat: Platform API improvements (#2900) 2021-09-02 18:29:45 +05:30
event_dispatcher_job_spec.rb Non blocking event dispatch (#652) 2020-03-29 19:18:30 +05:30
hook_job_spec.rb Feat: detect language of the message content (#6660) 2023-04-04 08:57:27 +05:30
send_reply_job_spec.rb chore: Move Whatsapp template sync to cron (#4858) 2022-06-14 23:46:36 +05:30
trigger_scheduled_items_job_spec.rb chore: Move Whatsapp template sync to cron (#4858) 2022-06-14 23:46:36 +05:30
webhook_job_spec.rb feat: Add native support for CSML in agent_bot API (#4913) 2022-06-23 19:17:46 +05:30