edgurgel / verk

A job processing system that just verks! 🧛‍

Home Page:https://hex.pm/packages/verk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I setup Verk as a producer only?

SirFitz opened this issue · comments

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?

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