edgurgel / verk

A job processing system that just verks! 🧛‍
https://hex.pm/packages/verk
MIT License
721 stars 65 forks source link

How do I setup Verk as a producer only? #205

Open SirFitz opened 1 year ago

SirFitz commented 1 year ago

Greetings,

I want to be able to queue verk jobs from my API and allow my job processors on separate servers to handle that, but I'm not seeing any notes on how to do this, how would I be able to get a setup like that working?

edgurgel commented 1 year ago

Hi @SirFitz, if you don't configure Verk to consume queues you can then use Verk.enqueue to produce jobs. queues: []

https://github.com/edgurgel/verk#configuration