iachat/app/jobs/migration
Pranav Raj S 00eb5b152a
chore(migration): Re-run database migration job for caching. (#8581)
A support request that came to Chatwoot Cloud revealed that the job was timed prematurely. The default timeout for Sidekiq queues was set as 25 minutes in sidekiq.yml file. The cache was not created properly for the accounts with more than 100k conversations.

This change removes the cache logic in the previous migration and creates a new migration with a new job which processes conversations in batch.
2023-12-18 17:29:02 -08:00
..
add_search_indexes_job.rb feat: New APIs for search (#6564) 2023-02-28 22:00:36 +05:30
conversation_batch_cache_label_job.rb chore(migration): Re-run database migration job for caching. (#8581) 2023-12-18 17:29:02 -08:00
conversation_cache_label_job.rb chore(migration): Re-run database migration job for caching. (#8581) 2023-12-18 17:29:02 -08:00
conversations_first_reply_scheduler_job.rb Add first_reply_created event in conversation (#4576) 2022-05-18 21:16:33 -07:00
remove_message_notifications.rb chore: Change the RemoveMessageNotifications job implementation. (#8521) 2023-12-11 08:27:30 +05:30
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