Skip to content

feat(github): run backfills directly in actions - #87

Merged
f0rr0 merged 2 commits into
nextfrom
f0rr0/automate-supabase-migrations
Aug 29, 2026
Merged

feat(github): run backfills directly in actions#87
f0rr0 merged 2 commits into
nextfrom
f0rr0/automate-supabase-migrations

Conversation

@f0rr0

@f0rr0 f0rr0 commented Aug 29, 2026

Copy link
Copy Markdown
Owner

Summary

  • run manual historical backfills directly in GitHub Actions instead of calling a Vercel route
  • accept arbitrary inclusive date ranges, split them into bounded requests, and bisect requests that exceed the durable observation cap
  • process durable work for up to 330 minutes with Action-only batch limits while leaving routine Vercel cron limits unchanged
  • remove the obsolete backfill endpoint and bearer secret from application configuration
  • document the four typed Action secrets and direct/session versus transaction-pooler roles

Validation

  • bun test (128 passing)
  • bun run typecheck
  • bun run lint
  • actionlint .github/workflows/github-activity-backfill.yml
  • bun run build
  • git diff --check

@vercel

vercel Bot commented Aug 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
f0rr0-github-io Ready Ready Preview Aug 29, 2026 5:52pm

@f0rr0 f0rr0 changed the title docs(ci): clarify backfill date range feat(github): run backfills directly in actions Aug 29, 2026
@f0rr0
f0rr0 merged commit 6588a0e into next Aug 29, 2026
3 checks passed
@f0rr0
f0rr0 deleted the f0rr0/automate-supabase-migrations branch August 29, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant