on 2019 Apr 09 7:25 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.