Jorb v0.2.1 Jorb.Job behaviour View Source
Jorb.Job
defines the mixin that you will use to create jobs.
Define the queue_name/0
and perform/1
callbacks in the including module.
Jorb will not take care of creating queues for you, that must be done ahead of time.