-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Playground] Resolve issue with SCIO examples failing on start due to…
… a timeout (#24946) * Initialize SBT cache during SCIO playground container build Run sbt tool during container build to let it download Scala dependencies form Maven during build time instead of having to wait for downloading all dependencies during first run of examples in container * Fix issue with reading of GRPC_TIMEOUT environment variables in CI/CD scripts * Fix cleanup of execution environment for Scala examples * Fix panic in preparers when an empty file is passed * Use better name for SCIO project directory * Run "sbt compile" during container build to fetch all Scala dependencies * Disable forking JVM in SBT to significantly reduce memory usage * Impose memory limits on local deployments of SCIO runner container to better imitate real deployments * Fine-tune Java GC to improve performance and memory usage of SCIO examples * Remove large blobs of text from common_test.go * Add `sbt` to the list of development dependencies * Clarify running of backend tests in Playground * Clarify local running of backend * Improve consistency in code blocks in backend Readme * Fixing trailing whitespace * Update playground/backend/README.md Co-authored-by: Danny McCormick <dannymccormick@google.com> * Update playground/backend/internal/utils/preparers_utils_test.go Co-authored-by: Danny McCormick <dannymccormick@google.com> --------- Co-authored-by: Danny McCormick <dannymccormick@google.com>
- Loading branch information
Showing
16 changed files
with
384 additions
and
184 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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.