Hello, I'm trying to implement a queue service for one particular type of long running task. It's added to queue by one service that also passes parameters to the task. Before adding a new task I would like to make sure that there isn't a already one with the same parameters. This is my first time working with queued services and I a bit confused if I'm even using it correctly.