Tor Miller
Tor Miller
I got it to work by turning-off the queue entirely. **Example:** `config(['scout.queue' => false]);` `\Illuminate\Support\Facades\Artisan::call('scout:reimport "App\\\\Models\\\\Thread"');` `config(['scout.queue' => true]);`
Hopefully your reimports are as rare as mine. I had to make a structural change to everything in an index and added the above to a migration up() method so...
@nathanblogs I do not believe there is a technical solution to that sort of thing. I would recommend doing this during a service maintenance window, and close to never on...
@nunomaduro well, I suppose there may be much more elegant fixes if they were to be incorporated into the package. I wish I had more free time to see if...