gen_queue_faktory v0.1.0 GenQueue.Adapters.Faktory View Source

An adapter for GenQueue to enable functionaility with Faktory.

Link to this section Summary

Link to this section Functions

Link to this function handle_job(gen_queue, job) View Source

Push a GenQueue.Job for Faktory to consume.

Parameters:

Returns:

  • {:ok, job} if the operation was successful
  • {:error, reason} if there was an error
Link to this function handle_push(gen_queue, item, opts) View Source

Callback implementation for GenQueue.Adapter.push/2