An open API service indexing awesome lists of open source software.

https://github.com/niku/joque

A transactional job queue built with Elixir and Postgresql
https://github.com/niku/joque

Last synced: 11 months ago
JSON representation

A transactional job queue built with Elixir and Postgresql

Awesome Lists containing this project

README

          

# Joque

[![Build Status](https://travis-ci.org/niku/joque.svg?branch=master)](https://travis-ci.org/niku/joque)

A transactional job queue built with Elixir and Postgresql

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `joque` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:joque, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/joque](https://hexdocs.pm/joque).