You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedule immediate refresh when adding repository (#265)
When users add a new repository, schedule a refresh job immediately
instead of waiting for the periodic scheduler.
## User-Facing Changes
- New repositories now sync automatically right after being added
- Users see repository content immediately when navigating to the repo
page
- No more waiting up to 5 minutes for the first sync
## Developer Notes
- Added `Refresh.scheduleRepoRefresh` call in `handleAddRepo` with `Now`
priority
- Uses same mechanism as manual refresh button in RepoPage
- Worker picks up high-priority refresh jobs immediately
0 commit comments