Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Compress optimize tours request payload #194

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

cmorabito-woolpert
Copy link
Contributor

@cmorabito-woolpert cmorabito-woolpert commented Jan 14, 2025

  • Add compression middleware to the backend
  • Change optimize tours endpoint to accept either a JSON body or a gzip-compressed JSON file
  • Compress optimize tours request bodies client-side in the frontend
  • Upgrade backend dependencies
  • Upgrade container image to Node 22
  • Upgrade Terraform providers
  • Increase Cloud Run memory limit

Fixes #61

@cmorabito-woolpert cmorabito-woolpert changed the title Compress optimize tours request payload fix: Compress optimize tours request payload Jan 14, 2025
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.

Large request bodies can exceed Cloud Run's request limit
2 participants