revert(login): revert block list#5014
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Tables move from import-only status on table definitions to a Organization batch invitations can send workspace-only invites to existing members for workspaces they do not already have (or pending), while new emails still get org invites; seat checks apply only to new org invites. Smaller UI/docs tweaks: workspace invitation email preview accepts multiple workspace names; DOCX preview fit-to-width zoom and debounced resize; resource header min-height; playground tag invalid state shows an error string. Reviewed by Cursor Bugbot for commit b97a526. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b97a526. Configure here.
| completedAt: now, | ||
| updatedAt: now, | ||
| }) | ||
| .where(and(eq(tableJobs.status, 'running'), lt(tableJobs.updatedAt, staleThreshold))) |
There was a problem hiding this comment.
Stale janitor kills export jobs
Medium Severity
The stale table-job cleanup marks every running row in table_jobs as failed when updated_at is old, without excluding export jobs. Large exports can sit in assembly or upload for a long stretch without calling updateJobProgress, so a healthy export may be marked failed and never reach ready even though the worker is still working.
Reviewed by Cursor Bugbot for commit b97a526. Configure here.


Summary
Reverting block list to use alternative mechanism.
Fixes #(issue)
Type of Change
Testing
How has this been tested? What should reviewers focus on?
Checklist
Screenshots/Videos