mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Fix sidekiq jobs not triggering Elasticsearch index updates (#24046)
This commit is contained in:
@@ -5,7 +5,9 @@ require_relative '../config/boot'
|
||||
require_relative '../lib/cli'
|
||||
|
||||
begin
|
||||
Mastodon::CLI.start(ARGV)
|
||||
Chewy.strategy(:mastodon) do
|
||||
Mastodon::CLI.start(ARGV)
|
||||
end
|
||||
rescue Interrupt
|
||||
exit(130)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user