Skip to content

Commit 67c1933

Browse files
committed
ALLI-21969: fix docs driver references
1 parent 786bd4a commit 67c1933

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/drivers.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Drivers
1010
-------
1111

1212
Drivers are the queue backend hidden behind the ``PMG\Queue\Driver`` interface.
13-
``pmg/queue`` comes with two built-in drivers: *memory* and *pheanstalk*
14-
(beanstalkd).
13+
The core ``pmg/queue`` library ships with a single built-in driver: *memory*.
14+
PMG also maintains an external *pheanstalk* (beanstalkd) driver in the
15+
``pmg/queue-pheanstalk`` package.
1516

1617
Drivers have methods for enqueuing and dequeueing messages as well as methods
1718
for acknowledging that a message is complete, retrying a message, or marking a message

docs/handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ decorator.
176176
Forking is useful for memory management, but requires some consideration. For
177177
instance, database connections might need to be re-opened in the forked process.
178178
In such cases, create the resources on demand. That is why the
179-
``TacticianHandler`` above takes a factory callable by default.
179+
``CreatingTacticianHandler`` above takes a factory callable by default.
180180

181181
In cases where a process fails to fork, a ``PMG\Queue\Exception\CouldNotFork``
182182
exception will be thrown and the consumer will exit with an unsuccessful status

0 commit comments

Comments
 (0)