Skip to content

Commit

Permalink
Update queues.md
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 authored Jan 3, 2018
1 parent 7b72d43 commit e33ed20
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ crontab -e
*/5 * * * * drush cron-run queue_elasticsearch_queue_3 --options=thread=4 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_4 --options=thread=5 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_5 --options=thread=6 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_6 --options=thread=7 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_7 --options=thread=8 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_8 --options=thread=9 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_9 --options=thread=10 --root=/path/to/your/drupal/root
*/5 * * * * drush cron-run queue_elasticsearch_queue_10 --options=thread=11 --root=/path/to/your/drupal/root
```

## Obtain cron job names
Expand All @@ -34,4 +29,4 @@ the 10 cron queues created by the Tripal Elasticsearch module. Hover the mouse o
right of each cron queue. At the bottom of the page, the URL will display. The cron job name is within
the URL. For example, the cron job name is `queue_elasticsearch_queue_1` in the example below:

![cron job name](../images/get-cron-name.png)
![cron job name](../images/get-cron-name.png)

0 comments on commit e33ed20

Please sign in to comment.