Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
queue_order-3224274
Commits
7fa1172d
Commit
7fa1172d
authored
Mar 10, 2018
by
Oleh Vehera
Browse files
Add readme file
parent
0382e78b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
7fa1172d
# Queue Order
## Introduction
This is the module that provide functionality of sorting
queue workers definitions. That causes an effect on queue execution order
during cron run.
## API
No API.
## Config
All weight values of queue workers stored in
`order`
property
of
`queue_order.settings`
config object. It contains key - value array,
where key is the id of queue worker, value - the weight value.
```
yaml
# Example of `queue_order.settings` config object:
order
:
queue_worker_1
:
0
queue_worker_2
:
-1
queue_worker_3
:
1
queue_worker_4
:
2
```
## UI
This module provide functionality without any admin UI.
It should be useful on production.
Use
[
Queue Order UI
](
https://www.drupal.org/project/queue_order_ui
)
for development process.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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