[Production] Release 2026-07-27 - #170
Merged
Merged
Conversation
* Allow reprocessing files stuck in uploaded status. Operators can kick S3 uploads that never entered processing via API, MCP, and the UI. Co-authored-by: Cursor <cursoragent@cursor.com> * Gate reprocess on instruments with a Lambda processor. Hide UI actions and reject API/MCP reprocess for instruments without a process_file handler. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
#169) * Dispatch Lambda processing by instrument_type instead of ID allowlists. Adds a type→processor registry with catch-all S3 notifications, an fplc enum value, and type-based reprocess gating so new instruments don't need per-ID infra or handler branches. Co-authored-by: Cursor <cursoragent@cursor.com> * Harden type-based Lambda dispatch against drift and reprocess dead-ends. Cache instrument lookups, fail Function URL no-ops so files aren't stranded in processing, and tighten InstrumentType typing across the reprocess UI. Co-authored-by: Cursor <cursoragent@cursor.com> * Trim get_instrument in-invocation retries to one short backoff. Longer API outages should rely on Lambda async retries so we don't bill 10 GB sleep time inside each invocation. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.