discourse/plugins/chat/app/jobs/regular/chat
Régis Hanol b4156107df
DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743)
The job was removed in 6dfe2fbe16 as part of a performance-related refactor.

The issue was that job was already enqueued in sidekiq and now that the file has been deleted, it's generating a lot of `uninitialized constant Jobs::Chat::AutoJoinChannelBatch` errors.

Restoring this file will help clear the sidekiq queue. We'll remove the job in a few months.

Internal ref - t/141563
2024-11-13 18:10:03 +01:00
..
auto_join_channel_batch.rb DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743) 2024-11-13 18:10:03 +01:00
channel_archive.rb
channel_delete.rb DEV: Refactor STI/polymorphic associations in chat (#20789) 2023-04-17 15:41:56 +02:00
delete_user_messages.rb
kick_users_from_channel.rb
mark_all_channel_threads_read.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00
notify_mentioned.rb DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
notify_watching.rb DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
process_message.rb DEV: cooks messages synchronously (#24510) 2023-11-22 13:00:23 +01:00
send_message_notifications.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
update_channel_user_count.rb
update_thread_reply_count.rb DEV: Remove experimental site setting for chat threads (#22720) 2023-07-26 12:46:23 +02:00