You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2016/07/08 13:58:10 UTC

[jira] [Created] (SLING-5831) Support different thread pools for scheduled tasks

Carsten Ziegeler created SLING-5831:
---------------------------------------

             Summary: Support different thread pools for scheduled tasks
                 Key: SLING-5831
                 URL: https://issues.apache.org/jira/browse/SLING-5831
             Project: Sling
          Issue Type: Improvement
          Components: Commons
            Reporter: Carsten Ziegeler
             Fix For: Commons Scheduler 2.4.16


Right now the scheduler uses a single thread pool. While this thread pool can be configured, it means that all scheduled tasks share this pool. In order to prioratize different tasks over others and avoid blocking important jobs through unimportant once, we could maybe add a configuration property to select a thread pool name.
If a pool with that name exists, it's used - if not the default is used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)