Question
Morgan Stanley
IN
Last activity: 11 Jun 2021 13:16 EDT
How to know if an item with some ID is present in Queue of queue processor
Do we have any way of checking if an item has already been queued to a dedicated queue processor.
We have a scenario where we periodically push items to a queue processor through a job scheduler. There could be a case where the items are not yet processed and the job scheduler starts pushing the same item again.
Wanted to avoid the pushing of duplicates in queue processor.