Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Run Cron Job Immediately from OSGI Console

Avatar

Former Community Member

Hi,

How can we have a CRON Job to run immediately from OSGI console.

Thanks,

Punit

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Punit,

The OSGI console of CQ doesn't contain such a functionality to start a specific thread with a schedule you can choose freely. The most flexible way would be to expose the functionality you need to execute via REST and the use the cron/scheduler functionality of your operating system to call this URL.

Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Punit,

The OSGI console of CQ doesn't contain such a functionality to start a specific thread with a schedule you can choose freely. The most flexible way would be to expose the functionality you need to execute via REST and the use the cron/scheduler functionality of your operating system to call this URL.

Jörg