Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry sqs fifo job #154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

afdolriski
Copy link

This PR makes it possible to retry a failed SQS FIFO job.

The current job handler is able to receive SQS messages successfully. However, when using FIFO and the code encounters errors, the entire process fails due to a release mechanism that does not provide the required attributes for FIFO messages.

"#27 {main}"
"[previous exception] [object] (GuzzleHttp\\Exception\\ClientException(code: 400): Client error: `POST https://sqs.ap-southeast-1.amazonaws.com` resulted in a `400 Bad Request` response:"
"{\""__type\"":\""com.amazon.coral.service#MissingRequiredParameterException\"",\""message\"":\""The request must contain the parameter (truncated...)"
"at /var/task/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant