Fix: Blocked Domains Persist in Elasticsearch InstancesIndex (#39109)
This commit is contained in:
parent
4b7cb59d16
commit
20c535acc4
@ -7,6 +7,6 @@ class Scheduler::InstanceRefreshScheduler
|
|||||||
|
|
||||||
def perform
|
def perform
|
||||||
Instance.refresh
|
Instance.refresh
|
||||||
InstancesIndex.import if Chewy.enabled?
|
InstancesIndex.sync if Chewy.enabled?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user