Changing how Mautic 5 handles email from send immediately to queue

Looked at that and I don’t think that’s it either. Not sure as there’s nothing in the docs about that.

I did find in the docs this morning that it’s saying to switch to queued sending all you need to do is set a cron job…

bin/console messenger:consume email_transport

If that’s the case, then what is sending them now? the 3 cron jobs I have running are:

bin/console mautic:segments:update
bin/console mautic:campaigns:update 
bin/console mautic:campaigns:trigger 

Do you know which one of those I would need to remove when adding in the one required for queuing in order to prevent the immediate sending?

Thanks.