spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

SendMailJob always runs on Default Queue #281

Closed goaround closed 3 years ago

goaround commented 3 years ago

Hi,

since my upgrade to v3 the SendMailJob always runs on the default Queue. I think it should run on the send-mail queue but I can't figure out why this happens.

My perform_on_queue looks fine and in the Job data queue is set to send-mail but it still runs on the default Queue.

'perform_on_queue' => [
        'calculate_statistics_job' => 'mailcoach',
        'send_campaign_job' => 'send-campaign',
        'send_mail_job' => 'send-mail',
        'send_test_mail_job' => 'mailcoach',
        'send_welcome_mail_job' => 'mailcoach',
        'process_feedback_job' => 'mailcoach-feedback',
        'import_subscribers_job' => 'mailcoach',
    ],

grafik

grafik

Any idea how this can happen?

riasvdv commented 3 years ago

This should have been recently fixed in laravel-mailcoach 3.2.13, can you confirm you're on that version or a later one?

goaround commented 3 years ago

Shame on me, no... Thank you!