GitHub user leofromgroza opened a pull request:

    https://github.com/apache/camel/pull/1922

    CAMEL-11750: Camel route with multicast (parallel) generate huge CPU …

    …load
    
    Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd 
in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to 
decrease CPU load and does not broke previous logic.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/leofromgroza/camel patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1922.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1922
    
----
commit 089b64ae85d76230d647eb646d806400e1df4b21
Author: leofromgroza <vishka.na...@gmail.com>
Date:   2017-09-07T08:15:02Z

    CAMEL-11750: Camel route with multicast (parallel) generate huge CPU load
    
    Fixed issue with huge CPU load: added 1 second delay for a task that is 2nd 
in the queue order, 2sec for 3rd task, 3sec for 4th taks, etc. That helps to 
decrease CPU load and does not broke previous logic.

----


---

Reply via email to