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

Improved doc on deploying with GCP #5531

Merged
merged 3 commits into from
Sep 24, 2023
Merged

Conversation

pierrotsmnrd
Copy link
Contributor

Following up an experience I had with GCP, I'm updating the docs to share an important caveat.

When deploying with Cloud Run, it's important to tell it to extend the default timeout for long-running HTTP requests.
Otherwise it kills the websocket to Bokeh after the default 5 minutes, leading to an unresponsive UI, forcing the user to refresh the page.

@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Merging #5531 (7a7bb68) into main (7088c68) will decrease coverage by 13.63%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main    #5531       +/-   ##
===========================================
- Coverage   83.59%   69.97%   -13.63%     
===========================================
  Files         277      277               
  Lines       40387    40387               
===========================================
- Hits        33760    28259     -5501     
- Misses       6627    12128     +5501     
Flag Coverage Δ
ui-tests ?
unitexamples-tests 69.97% <ø> (-2.50%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 88 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you @pierrotsmnrd!

@philippjfr philippjfr merged commit 541eb94 into holoviz:main Sep 24, 2023
12 of 15 checks passed
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.

None yet

2 participants