Fix: Blocked Domains Persist in Elasticsearch InstancesIndex (#39109)

This commit is contained in:
Shlee 2026-06-05 18:03:15 +09:30 committed by GitHub
parent 4b7cb59d16
commit 20c535acc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,6 @@ class Scheduler::InstanceRefreshScheduler
def perform
Instance.refresh
InstancesIndex.import if Chewy.enabled?
InstancesIndex.sync if Chewy.enabled?
end
end