Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

How to increase the thread pool size in aem 6.2

Avatar

Level 1

Hi,

I am new to adobe aem, still trying to understanding few components.

we have a issue related to Quartz scheduler, below is the error message

[com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] (QuartzScheduler_IDPSchedulerService-20_MisfireHandler) Handling 20 trigger(s) that missed their scheduled fire-time.

we are frequently seeing the above errors and the system is not picking the files from the watch folders. we have more than 50 watch folders with different cron expressions.

I'm trying to increase the thread pool size(no. of triggers), i always see only 5 threads are in running status in QRTZ_FIRED_TRIGGERS table.

Could you please help me how to increase the pool size (configuration).

Thanks in advance..

Regards,

Ravi

3 Replies

Avatar

Level 1

Thanks for your reply...

But i did not find anything specific to Quartz Scheduler configuration.. I'm still trying to find how to increase the no. of triggers

If anyone faced similar issue, please let me know..

Below is the error

[com.adobe.idp.scheduler.jobstore.DSCJobStoreTX] (QuartzScheduler_IDPSchedulerService-20_MisfireHandler) Handling 20 trigger(s) that missed their scheduled fire-time.

Thanks in advance