We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63430a7 commit e4c3b5bCopy full SHA for e4c3b5b
src/RequestHandler.php
@@ -160,7 +160,7 @@ public function getNextSlave()
160
$this->loop->futureTick([$this, 'getNextSlave']);
161
} else {
162
// Return a "503 Service Unavailable" response
163
- $this->output->writeln(\sprintf('No slaves available to handle the request and timeout %d seconds exceeded', $this->timeout));
+ $this->output->writeln(\sprintf('No worker processes available to handle the request and timeout %d seconds exceeded', $this->timeout));
164
$this->incoming->write($this->createErrorResponse('503 Service Temporarily Unavailable', 'Service Temporarily Unavailable'));
165
$this->incoming->end();
166
}
0 commit comments