Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

Configure custom webhook queue names #309

Open joelvh opened 2 months ago

joelvh commented 2 months ago

This simple update makes it possible to split webhooks into separate queues if desired.

Our use case is to track queue statistics separately per webhook topic.

By default, it will use the existing webhook queue.

Kyon147 commented 1 month ago

@joelvh great idea.

Can you just add in the update into the shopify-app.php config template as well. This way there is an example of how to use this new feature when someone installs the store. The example can be commented out so it does not interfere with the base config.