Laravel jobs pushed to Amazon SQS but not processing
问题 I'm running Laravel 5.3. I'm attempting to test a queue job, and I have my queue configured to use Amazon SQS. My app is able to push a job onto the queue, and I can see the job in SQS. But it stays there, never being processed. I've tried running php artisan queue:work , queue:listen , queue:work sqs ... None of them are popping the job off the queue. I'm testing this locally with Homestead. Is there a trick to processing jobs from SQS? 回答1: I faced the same problem. I was using supervisor.