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
- fail a job sqs job on a FIFO queue
- retry the job using
php artisan queue:retry
Laravel Version
12.46.0
PHP Version
8.3
Database Driver & Version
No response
Description
When retrying a job from RetryCommand,
pushRawis 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
php artisan queue:retry