How to configure Laravel Queue Supervisor correctly for AWS Elastic Bean Stalk?
Hi,
I am using SQS for the queue and AWS EBS for hosting the Laravel web application. I followed this link https://gist.github.com/vrajroham/6565c4b2e9b4db693c1524394545a610 to configure my supervisor.
However, the problem is that the supervisor is making constant requests and exhausting the limit of 1m requests rapidly. I tried using the supervisor package which asks for creating a worker environment. However, I would like to avoid the usage of packages and would like to configure the supervisor correctly.
Is there any way that I can configure the supervisor to make requests to AWS SQS only when there is a job?
Thanks in advance :)
Please or to participate in this conversation.