ReviewsBackend: Convert Review retrieval into a job
Earlier we'd have a signal-based API where the backend would have a central state. This moves this query out so the state is carried out by the ReviewsJob.
Earlier we'd have a signal-based API where the backend would have a central state. This moves this query out so the state is carried out by the ReviewsJob.