MediaModeration is sending emails to people. Using the job queue to send individual emails would be beneficial since we could rely on job queue retry mechanism to make sure the email is delivered.
Additionally, if we implement 'global unique' deduplication in the job queue, this would allow us to deduplicate emails to individual addresses regardless of retries of the emailing or retries of the image checking.
This is not a requirement for the MVP, but a good improvement to work on for the next iteration of the tool.