cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CronJob still runnning when the next trigger time comes

rbespalovnc
Participant
0 Kudos
898

Suppose there is a CronJob that runs for so much time that it's still running when the next trigger time comes.

What will hybris do in this case? Will it skip just this trigger time? Will it spawn another CronJob and run two in parallel?

Example: we configured ProductSync, or Solr Full index job to run every hour. We started it and it's running for more than an hour.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What will hybris do in this case? Will it skip just this trigger time? Will it spawn another CronJob and run two in parallel?

yes, there might be 2 instances running concurrently. Cronjob implementation may address it internally and subsequent instance skips execution if it detects already running instance.

Answers (0)