Do replication agents use the Sling Job Thread Pool? | Community
Skip to main content
jkpanera
Level 4
May 20, 2019
Solved

Do replication agents use the Sling Job Thread Pool?

  • May 20, 2019
  • 2 replies
  • 2809 views

Do replication agents use the Sling Job Thread Pool (org.apache.sling.event.impl.EventingThreadPool)? If not, is there another thread pool used for replication?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by akhoury

The thread pool is managed by sling eventing.  The settings for how events are processed as sling job threads are configured as an instance of org.apache.sling.event.jobs.QueueConfiguration:

2 replies

akhoury
Adobe Employee
akhouryAdobe EmployeeAccepted solution
Adobe Employee
May 21, 2019

The thread pool is managed by sling eventing.  The settings for how events are processed as sling job threads are configured as an instance of org.apache.sling.event.jobs.QueueConfiguration:

jkpanera
jkpaneraAuthor
Level 4
May 22, 2019

Thanks!