craftcms / docs

Documentation for Craft CMS, Craft Commerce, and other official products.
https://craftcms.com/docs
38 stars 144 forks source link

[Content]: Queue Channels #561

Open AugustMiller opened 7 months ago

AugustMiller commented 7 months ago

Product

Craft CMS

Description

The Queue article doesn't mention “channels,” why you would configure them, or how to push jobs into specific channels.

AugustMiller commented 7 months ago

@timkelty was looking into supporting queue channels via flags on the CLI (i.e. --channel heavy); otherwise, I'm not sure we really have a smart way of handling this (beyond creating a second queue component and associated runner actions)…

timkelty commented 7 months ago

https://discord.com/channels/456442477667418113/1171428607831318550

I talked to Brandon, and here's the plan:

AugustMiller commented 6 months ago

Ben Croker published an article this morning that suggests custom queues provide their own console controllers, so this may be solvable without any changes to Craft!