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
- Host: GitHub
- URL: https://github.com/niku/joque
- Owner: niku
- Created: 2018-08-08T14:04:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T11:16:24.000Z (over 7 years ago)
- Last Synced: 2025-03-02T04:17:18.616Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joque
[](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).