-
Notifications
You must be signed in to change notification settings - Fork 514
Backend fallback (cloud run) #1306
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f457fc1
Update dependencies and enhance Cloud Run support
mantrakp04 5ca107c
Move Dockerfile to docker/backend
N2D4 490cab6
Add .gcloudignore file to exclude specific files from Google Cloud de…
mantrakp04 23e760d
Remove .gcloudignore file and simplify Dockerfile installation comman…
mantrakp04 42747da
Refactor imports to use background-tasks utility
mantrakp04 ee150a9
Implement OpenTelemetry shutdown handling and enhance database connec…
mantrakp04 eb0627a
Add E2E Fallback Tests Workflow and Update Environment Configurations
mantrakp04 6e18155
Refactor fallback URL handling and enhance backend API resilience
mantrakp04 8cbaae6
Merge branch 'dev' into gcp-stuff
mantrakp04 cd6e7e4
Merge branch 'dev' into gcp-stuff
mantrakp04 0c1cfa8
Refactor OpenTelemetry integration and cleanup
mantrakp04 a5efcad
Merge branch 'dev' into gcp-stuff
mantrakp04 573f69e
Enhance SDK fallback logic and update test configurations
mantrakp04 01a6652
Update e2e fallback tests command for improved execution
mantrakp04 a10b0f1
Update e2e fallback tests command to exclude additional test files
mantrakp04 a5788ff
Add Cloud Build configuration for Docker image build and deployment
mantrakp04 41cdf3b
Refine SDK fallback tests command to streamline exclusions
mantrakp04 f9efe6b
Remove cloudbuild.yaml configuration file for Docker image build and …
mantrakp04 f45e081
Refactor StackClientInterface for improved URL fallback handling
mantrakp04 3546663
Refactor prisma-client and background-tasks for improved SIGTERM hand…
mantrakp04 0640a72
Merge branch 'dev' into gcp-stuff
mantrakp04 50fd34a
Remove unnecessary ESLint disable comment in background-tasks.tsx for…
mantrakp04 d47d395
Merge branch 'dev' into gcp-stuff
mantrakp04 c6e5b92
Merge branch 'dev' into gcp-stuff
mantrakp04 3228ca2
Merge branch 'dev' into gcp-stuff
mantrakp04 25be3f2
Merge branch 'dev' into gcp-stuff
mantrakp04 e23330a
Merge branch 'dev' into gcp-stuff
mantrakp04 fe1fc15
Merge branch 'dev' into gcp-stuff
mantrakp04 5d95240
Refactor Cloud Run IP handling in getBrowserEndUserInfo and enhance S…
mantrakp04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refactor prisma-client and background-tasks for improved SIGTERM hand…
…ling - Reintroduced the ensurePolyfilled function in prisma-client.tsx to ensure environment variables are expanded. - Simplified the PostgreSQL connection pool setup by removing dynamic pool size configuration, defaulting to a max of 25. - Enhanced SIGTERM handling to ensure graceful shutdown of background tasks and database connections, with clearer comments for maintainability. - Updated background-tasks.tsx to clarify the purpose of in-flight promises during shutdown. These changes improve the reliability and clarity of the database connection management and shutdown process.
- Loading branch information
commit 35466635a3a35f4a837156c118a8c8ff688350b2
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.