Frederik Sauer

Results 34 issues of Frederik Sauer

### Description Before migrating to v5 we could use dynamic `audience_id` based on our environment using the `env`: ```php 'audience_id' => env('MAILCHIMP_AUDIENCE_ID'), ``` After upgrading I wanted to accomplish the...

bug

When declaring custom queues it's nice to be able to use the existing queue arguments method for handling failed jobs.

Currently it seems like you can only specify one exchange, which limits the possibility of cross system service bus integration using multiple exchanges. Support for [MassTransit](https://masstransit.io/) would be a great...

I've been working on package where I have to test queues both using the built-in `queue:work` and Horizon. When using `queue:work` everything to loaded correctly as expected, but with Horizon...