Replies: 2 comments
-
Hello there, I don't know if you found the issue on your own, but, this happens only in 2 cases: The model is triggering the saved event (if it was updated or created) or if you trigger the import command for a model. 'chunk' => [
'searchable' => 500,
'unsearchable' => 500,
], |
Beta Was this translation helpful? Give feedback.
-
Hello, apologies for the delayed response; I was in the midst of moving. Thank you for your detailed reply. I have not yet identified the issue and have temporarily disabled MeiliSearch. I can confirm that the model is not triggering the saved event. To address the latter possibility, I executed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing an issue with Laravel Scout where
MakeSearchable
jobs are being dispatched frequently (every 10-15 seconds) in my production environment, even though there are no updates to the associated model (Topic
).In local, there are no such updates everything works as expected.
Details:
Configuration:
Topic
model uses theSearchable
trait.Deploy script on Forge
Beta Was this translation helpful? Give feedback.
All reactions