README.md
# 🗳 Pleroma Job Queue
[](https://git.pleroma.social/pleroma/pleroma_job_queue/commits/master)
[](https://git.pleroma.social/pleroma/pleroma_job_queue/commits/master)
[](https://hex.pm/packages/pleroma_job_queue)
> A lightweight job queue
## Installation
Add `pleroma_job_queue` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pleroma_job_queue, "~> 0.2.0"}
]
end
```
## Configuration
List your queues with max concurrent jobs like this:
```elixir
config :pleroma_job_queue, :queues,
my_queue: 100,
another_queue: 50
```
## Usage
[See documentation](http://hexdocs.pm/pleroma_job_queue)
## Copyright and License
Copyright © 2017-2019 [Pleroma Authors](https://pleroma.social/)
Pleroma Job Queue source code is licensed under the AGPLv3 License.