Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ var RUN_ID_PATTERN = /^[1-9]*[0-9]+$/;
var builder = new APIBuilder({
title: 'Queue API Documentation',
description: [
'The queue, typically available at `queue.taskcluster.net`, is responsible',
'for accepting tasks and track their state as they are executed by',
'workers. In order ensure they are eventually resolved.',
'The queue service is responsible for accepting tasks and track their state',
'as they are executed by workers. In order ensure they are eventually',
'resolved.',
'',
'This document describes the API end-points offered by the queue. These ',
'end-points targets the following audience:',
Expand Down
6 changes: 3 additions & 3 deletions src/exchanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ var exchanges = new Exchanges({
serviceName: 'queue',
apiVersion: 'v1',
description: [
'The queue, typically available at `queue.taskcluster.net`, is responsible',
'for accepting tasks and track their state as they are executed by',
'workers. In order ensure they are eventually resolved.',
'The queue service is responsible for accepting tasks and track their state',
'as they are executed by workers. In order ensure they are eventually',
'resolved.',
'',
'This document describes AMQP exchanges offered by the queue, which allows',
'third-party listeners to monitor tasks as they progress to resolution.',
Expand Down