Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pleroma Job Queue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pleroma
Pleroma Job Queue
Commits
06046e7f
Commit
06046e7f
authored
Mar 28, 2019
by
minibikini
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
6f871c9a
Pipeline
#9577
passed with stage
in 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+1
-2
lib/pleroma_job_queue.ex
lib/pleroma_job_queue.ex
+1
-1
No files found.
README.md
View file @
06046e7f
...
...
@@ -16,7 +16,7 @@ end
## Configuration
You need
list your queues with max concurrent jobs,
like this:
You need
to list your queues with max concurrent jobs
like this:
```
elixir
config
:pleroma_job_queue
,
...
...
@@ -24,7 +24,6 @@ config :pleroma_job_queue,
another_queue:
50
```
## Usage
[
See documentation
](
http://hexdocs.pm/pleroma_job_queue
)
...
...
lib/pleroma_job_queue.ex
View file @
06046e7f
...
...
@@ -20,7 +20,7 @@ defmodule PleromaJobQueue do
## Configuration
You need
list your queues with max concurrent jobs,
like this:
You need
to list your queues with max concurrent jobs
like this:
```elixir
config :pleroma_job_queue,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment