iachat/app/jobs/migration
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
..
add_search_indexes_job.rb feat: New APIs for search (#6564) 2023-02-28 22:00:36 +05:30
conversations_first_reply_scheduler_job.rb Add first_reply_created event in conversation (#4576) 2022-05-18 21:16:33 -07:00
remove_stale_notifications_job.rb chore: Improve memory usage in RemoveStaleNotificationsJob (#5271) 2022-08-15 19:58:42 +05:30
update_first_response_time_in_reporting_events_job.rb chore: Use find_each instead of .all.each (#6975) 2023-04-25 09:32:35 +05:30