laravel-queue-rabbitmq icon indicating copy to clipboard operation
laravel-queue-rabbitmq copied to clipboard

Octet out of range on dispatching job

Open iamwebdev opened this issue 3 years ago • 2 comments

  • Laravel/Lumen version: 8.0
  • RabbitMQ version: 11
  • Package version: 11

On dispatching job i am getting following error: https://prnt.sc/1y1fnv7

iamwebdev avatar Nov 01 '21 08:11 iamwebdev

Have you found any solutions? @iamwebdev @vyuldashev

professor93 avatar Jun 24 '22 12:06 professor93

Have you found any solutions? @iamwebdev @vyuldashev

Not yet, how come not anyone else facing this issue. It is pretty common

iamwebdev avatar Jul 12 '22 11:07 iamwebdev

Due to the lack of activity here and the lack of details (non functional link in PR), I'm gonna close this PR. Feel free to open a new one or re-open this one if you have more details that we could work from.

khepin avatar Jan 26 '23 01:01 khepin

This happens if you set queue priority in queue job. Solution is to use,

dispatch()->onQueue('priority');

or set in constructor

DushyanthaHerath avatar Aug 03 '23 15:08 DushyanthaHerath