You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using SQS FIFO for our queue, but the problem is that SQS FIFO doesn't support setting a delay per message, which is used here and here. This causes an exception with any SQS FIFO PHP package we try. I can suggest a pull request (PR) to fix this by adding a condition.
Steps To Reproduce
Use a SQS FIFO package like this, change the queue to SQS FIFO, and also install Telescope. While using Telescope, you'll get an error saying that "SQS FIFO doesn't support per-message delay."
The text was updated successfully, but these errors were encountered:
techieforfun
changed the title
SQS Fifo Doesn't support delay per-message
SQS Fifo doesn't support delay per-message
Dec 24, 2024
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Telescope Version
5.2.6
Laravel Version
11.5.0
PHP Version
8.3.10
Database Driver & Version
MySQL 8 on Ubuntu
Description
We're using SQS FIFO for our queue, but the problem is that SQS FIFO doesn't support setting a delay per message, which is used here and here. This causes an exception with any SQS FIFO PHP package we try. I can suggest a pull request (PR) to fix this by adding a condition.
Steps To Reproduce
Use a SQS FIFO package like this, change the queue to SQS FIFO, and also install Telescope. While using Telescope, you'll get an error saying that "SQS FIFO doesn't support per-message delay."
The text was updated successfully, but these errors were encountered: