Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@nftx/queue): generate custom job ids
if a job is emitted multiple times, it gets picked up multiple times as well there aren't any signals that would need to be worked on multiple times simultaneously to avoid this, we now generate the jobId using the signal data, bullmq will automatically de-dupe jobs with the same id so this should help reduce the number of duplicate jobs
- Loading branch information