release: v1.9.0 for larger watchlists and cache prewarming - #47
Merged
Merged
Conversation
…t-item-limit feat: increase watchlist item limit and prewarm installs (STR-52)
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThe release increases supported IMDb list sizes and adds adaptive pagination, asynchronous cache prewarming, and database-backed coordination across instances.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/backend/src/services/watchlist-prewarm.ts | Adds bounded-concurrency cache prewarming with database-backed lease and generation coordination. |
| supabase/migrations/20260901160000_queue_watchlist_prewarm_requests.sql | Introduces durable request generations and token-guarded lease completion for cross-instance coordination. |
| apps/backend/src/services/imdb-scraper.ts | Adds adaptive GraphQL pagination to support lists containing up to 15,000 titles. |
| apps/backend/src/routes/api.ts | Schedules non-blocking cache prewarming after successfully saving configuration. |
| apps/frontend/src/App.tsx | Adds fallback routing for unknown frontend paths. |
Reviews (4): Last reviewed commit: "fix(backend): queue concurrent prewarm r..." | Re-trigger Greptile
Owner
Author
|
@greptile review |
Owner
Author
|
@greptile review |
Owner
Author
|
@greptile review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v1.9.0
Promotes
stagingtomain.Changes
Validation
Release notes
featcommit.