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
57febc60
Commit
57febc60
authored
Mar 10, 2018
by
Oleh Vehera
Browse files
Review changes
parent
7fa1172d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
57febc60
# Queue Order
## Introduction
## INTRODUCTION
### Queue Order
This is the module that provide functionality of sorting
queue workers definitions. That causes an effect on queue execution order
during cron run.
## API
##
#
API
No API.
## REQUIREMENTS
Supported version of the Drupal core.
## INSTALLATION
Install as the usual module. Nothing specific.
## C
onfig
## C
ONFIGURATION
All weight values of queue workers stored in
`order`
property
of
`queue_order.settings`
config object. It contains key - value array,
...
...
@@ -24,9 +32,9 @@ order:
queue_worker_3
:
1
queue_worker_4
:
2
```
## UI
##
#
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.
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