teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 142 forks source link

Cannot configure queuing with SQS #265

Closed davehowson closed 2 months ago

davehowson commented 4 years ago

Hello, I have deployed my Laravel App to Amazon Elastic Beanstalk and configured the app to work with S3 for storage and SQS for queuing. Laravel-scout-tntsearch-driver sends a message to the queue which I can monitor from the SQS console, but it does not create the index file in S3 or Elastic Beanstalk storage. Is there any way I can get this fixed?

Thank You

Namoshek commented 4 years ago

I've no answer to your actual question, but I doubt using cloud storage will yield good performance with a search index which is used frequently. Only when you utilize the caching capabilities for filesystems, this might work out as expected.