This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Description
At the moment we use document URL as a key of validation job. This causes documents being processed in alphabetical order which gives sites with starting 'a' a greater priority in the queue.
We should add an autogenerated key (e.g. UUID type 1) so that the queue was processed in the same order it is filled in.