Quality of Life: SQS Queues #40385
Unanswered
Lewiscowles1986
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
Firstly, Happy New Year, I hope you are all happy, content and looking forward to a lovely new year.
I Found something strange in SQS Queues and have two things I wonder if I could convince the team to let me contribute.
The first is basically that I had to go digging through source docs to find: https://github.com/laravel/framework/blob/master/src/Illuminate/Queue/Connectors/SqsConnector.php#L44-L47
I searched google, duck-duck-go, laracasts, and a few repos before finding it used.
The second is that I'd like to set this to a lower limit, like 30 seconds or 10 seconds. I Think it might be too long at 60 seconds, and led to a 504 in a service I was using because a host was unavailable (due to network error). Fixing the network is a good step; but also ensuring apps don't die because of network failures is another good idea I think.
Beta Was this translation helpful? Give feedback.
All reactions