Page MenuHomePhabricator

[Data Processing] Create a job to run failed pages
Closed, ResolvedPublic

Description

Right now as we change our approach to working with failed pages, we need rewrite our handling of failed fetches.
Create a job that will get all the pages from the database with property failed set to true. And run them through fetch process again for them.
This job will be called from scheduler (need to determine frequency).

Open questions:

  • Create a new job or modify current one?