mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 15:55:09 +00:00
The job was removed in 6dfe2fbe16a4096ff342ec8b626ac62a19eaa180 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