enqueue urls / request queue not being unique
# crawlee-js
b
I'm seeing a lot of the same exact URL's being ran twice? Any ideas?
h
message has been deleted
m
Hi. Hm...that is not the default behavior 🤔. The equality of two requests is determined via comparison of their
uniqueKey
properties. By changing this property value, you could be able to process the same URLs multiple times (if their
uniqueKey
values were unique ofc). Do you explicitly set this property? See [this](https://crawlee.dev/api/core/class/Request#uniqueKey).