635 B
635 B
id, title, status, assignee, created_date, labels, dependencies
| id | title | status | assignee | created_date | labels | dependencies |
|---|---|---|---|---|---|---|
| task-52 | Backfill posted_at dates on e621 posts | To Do | 2025-07-08 |
Description
Backfill missing posted_at dates on e621 posts to ensure all posts have accurate posting timestamps. Example without a posted_at date: https://refurrer.com/posts/e621@3870218
Acceptance Criteria
- e621 posts without posted_at dates are identified
- Missing posted_at dates are retrieved from e621 API
- Dates are accurately populated in the database
- Backfill process handles API rate limits properly
- Data accuracy is verified after backfill