Skip to content

RetryCommand not working for SQS FIFO queue #58895

@cwang22

Description

@cwang22

Laravel Version

12.46.0

PHP Version

8.3

Database Driver & Version

No response

Description

When retrying a job from RetryCommand, pushRaw is called without passing options (therefor missing MessageGroupId) cause AWS returning an error.

While I can extract the messageGroup from the payload but since this is driver specific thing so I'm not sure what's the best way to add the logic

Steps To Reproduce

  1. fail a job sqs job on a FIFO queue
  2. retry the job using php artisan queue:retry

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions