Skip to content

Investigate and fix process seats aero fetch timeout#46

Draft
punitarani wants to merge 1 commit intomainfrom
cursor/investigate-and-fix-process-seats-aero-fetch-timeout-23ab
Draft

Investigate and fix process seats aero fetch timeout#46
punitarani wants to merge 1 commit intomainfrom
cursor/investigate-and-fix-process-seats-aero-fetch-timeout-23ab

Conversation

@punitarani
Copy link
Copy Markdown
Owner

Optimize Seats.aero workflow to prevent timeouts by reducing payload size and CPU-intensive JSON validation.

The workflow's 'fetch' step was timing out due to heavy Zod schema validation and JSON parsing on large API responses, even though the upstream API call itself was fast. This change introduces a 'light' validation mode, reduces the page size, and requests minified trips to significantly cut down on processing overhead.


Open in Cursor Open in Web

Co-authored-by: punitsai36 <punitsai36@gmail.com>
@cursor
Copy link
Copy Markdown

cursor bot commented Oct 16, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 16, 2025

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

Project Deployment Preview Comments Updated (UTC)
flights-tracker Ready Ready Preview Comment Oct 16, 2025 9:12pm

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.

2 participants