Quartz job trigger duplicated after restart

Hello! I noticed that after restarting the project, I have a new trigger added to EnqueueingSessionProcessingJob. What to do and how critical it is?
duplicated triggers

Hi,

it is default behavior of Quartz when trigger for Job has no identity.
We already noticed that behavior and fixed it in version 1.2.2 of search add-on. So, we recommend you to upgrade your version if it possible.

it will work as expected, all triggers will be placed in the queue and fired one by one, so there will be a lot of unnecessary work :frowning:

Artem.

1 Like