Ilya Borisov

Results 9 comments of Ilya Borisov

Same here [https://github.com/vyuldashev/laravel-queue-rabbitmq/issues/458](https://github.com/vyuldashev/laravel-queue-rabbitmq/issues/458)

> Queue::pushRaw($payload, null, [ > 'exchange' => $event->exchange, > 'exchange_routing_key' => $event->exchange_routing_key > ]); Could you please help me understand how to generate $payload for pushRaw?

Found out a little info: 1. I suppose, this package currentle doesnt support dynamic routing_key, only set up from config. For now it supports exchange and exchange_type dynamic binding for...

> @DriverCat payload is easy - just push a message and then in rabbitMQ management you can see that payload in specific queue I mean, is there any laravel function...

@hakanersu Great workaround, thank you!

@hakanersu Do you plan to make a PR with your routing key implementation?

Yes, like this: --tries=1 : Number of times to attempt a job before logging it failed

Faced the same issue. I resize in steps and get good results, like so: ``` STRIP_WIDTH = 300; $img = ImageFacade::make($tmpPath); $steps = 3; $stepWidth = intdiv($img->width(), $steps); for($i=1; $iwidth()...