CronJob Real time example

Requirement: We need to run some task which should remove the products whose price is not defined and it is X days old in the system. Now our business logic is to remove the products if its price is not defined and it is X no of days old. Steps for the business logic Load […]

Share this article on

Cron Jobs Subsidiary Information

How Trigger gets Triggered ? The execution of a CronJob is taken care by the Trigger as per the scheduling we define in that Trigger using Cron Expression. So Who will be responsible for invoking the Trigger ? Who evaluates the Cron expression ? TaskEngine: For every trigger there is always one Task item gets […]

Share this article on
< Previous Next >