Page MenuHomePhabricator

Add new command to update all events
Closed, ResolvedPublic2 Estimated Story Points

Description

Sometimes we introduce changes to how stats are generated (T216523) that requires all older events to be updated. It's too tedious to do this manually.

We need a command to update all events in one go, by creating a Job for each Event, and letting the cron do the rest of the work, slowly updating all events without exceeding our database quota.