From 8749c347ec044cf3f9f0b867c9a0f11c70d02257 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 26 Nov 2018 18:08:58 +0000 Subject: [PATCH] Bug 1509186 - remove references to taskcluster.net from the API description --- src/api.js | 6 +++--- src/exchanges.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api.js b/src/api.js index a7d40dec..f0c70822 100644 --- a/src/api.js +++ b/src/api.js @@ -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:', diff --git a/src/exchanges.js b/src/exchanges.js index 90a55a18..b0207a55 100644 --- a/src/exchanges.js +++ b/src/exchanges.js @@ -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.',