doc #20672 pulling pattern link broken (#20686)

* trailing slash removed from link

* broken link to akka-work-pulling-pattern also fixed in faq
This commit is contained in:
gosubpl 2016-06-01 22:28:09 +02:00 committed by Konrad Malawski
parent 0a9283b8da
commit b9b1bf1749
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ mailboxes and thereby filling up the heap memory.
Some articles for inspiration: Some articles for inspiration:
* `Balancing Workload across Nodes with Akka 2 <http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2>`_. * `Balancing Workload across Nodes with Akka 2 <http://letitcrash.com/post/29044669086/balancing-workload-across-nodes-with-akka-2>`_.
* `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern/>`_ * `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern>`_
Actors Scala API Actors Scala API
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^

View file

@ -45,7 +45,7 @@ eventually become too full. It also lets you distribute work around your clus
scale dynamically scale and is completely non-blocking. This pattern is a scale dynamically scale and is completely non-blocking. This pattern is a
specialisation of the above 'Balancing Workload Pattern'." specialisation of the above 'Balancing Workload Pattern'."
The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern/>`_. The pattern is described `Work Pulling Pattern to prevent mailbox overflow, throttle and distribute work <http://www.michaelpollmeier.com/akka-work-pulling-pattern>`_.
Ordered Termination Ordered Termination
=================== ===================