discourse/plugins/chat/app
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
..
controllers/chat DEV: Refactor the Chat::CreateThread service a bit 2024-11-06 15:53:43 +01:00
jobs DEV: restore AutoJoinChannelBatch job as a no-op to clear queue (#29743) 2024-11-13 18:10:03 +01:00
models PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
queries/chat PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
serializers/chat FIX: correctly render unicode in channel page title (#29653) 2024-11-08 09:41:14 +09:00
services/chat PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00