Skip to content
Snippets Groups Projects
Commit acec7376 authored by jay jangid's avatar jay jangid Committed by Oleh Vehera
Browse files

Issue #3338833 by Jay Jangid, voleger: Update README.md file according to "README.md template"

parent 90986af9
Branches
No related tags found
1 merge request!10Issue #3338833: Update README.md file according to "README.md template"
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
# Queue Order
This is the module that provide functionality of sorting
queue workers definitions. That causes an effect on queue execution order
......@@ -17,30 +6,36 @@ during cron run. Get the additional advantage of Queue API of Drupal core.
This tiny module allows control execution order of defined queue workers
by the Cron handler.
* For a full description of the module visit:
https://www.drupal.org/project/queue_order
For a full description of the module, visit the
[project page](https://www.drupal.org/project/queue_order).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/queue_order).
* To submit bug reports and feature suggestions, or to track changes visit:
https://www.drupal.org/project/issues/queue_order
## Table of contents
REQUIREMENTS
------------
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [UI](#ui)
- [Maintainers](#maintainers)
## Requirements
This module requires no modules outside of Drupal core.
A supported version of the Drupal core.
INSTALLATION
------------
## Installation
* Install the Queue order module as you would normally install a
contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
further information.
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
CONFIGURATION
-------------
## Configuration
All weight values of queue workers stored in order property
of queue_order.settings config object. It contains key - value array,
......@@ -55,23 +50,23 @@ order:
queue_worker_4: 2
```
UI
--
## UI
This module provides functionality without any admin UI. It should be
useful on production. Use [Queue UI](https://www.drupal.org/project/queue_ui)
for development needs.
MAINTAINERS
-----------
## Maintainers
* Oleh Vehera (voleger) - https://www.drupal.org/u/voleger
- Oleh Vehera - [voleger](https://www.drupal.org/u/voleger)
- Oleksandr Dekhteruk - [pifagor](https://www.drupal.org/u/pifagor)
Supporting organization:
**Supporting organization:**
* GOLEMS GABB - https://www.drupal.org/golems-gabb
- [GOLEMS GABB](https://www.drupal.org/golems-gabb)
GOLEMS GABB is a team of experienced developers!
Our work includes strategy, design, and development
across a variety of industries.
GOLEMS GABB is a team of experienced developers!
Our work includes strategy, design, and development
across a variety of industries.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment