Skip to content

Conversation

geropl
Copy link
Member

@geropl geropl commented Sep 4, 2024

Description

Related Issue(s)

Fixes #

How to test

Documentation

Preview status

gitpod:summary

Build Options

Build
  • /werft with-werft
    Run the build with werft instead of GHA
  • leeway-no-cache
  • /werft no-test
    Run Leeway with --dont-test
Publish
  • /werft publish-to-npm
  • /werft publish-to-jb-marketplace
Installer
  • analytics=segment
  • with-dedicated-emulation
  • workspace-feature-flags
    Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
  • /werft with-local-preview
    If enabled this will build install/preview
  • /werft with-preview
  • /werft with-large-vm
  • /werft with-gce-vm
    If enabled this will create the environment on GCE infra
  • /werft preemptible
    Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
  • with-integration-tests=all
    Valid options are all, workspace, webapp, ide, jetbrains, vscode, ssh. If enabled, with-preview and with-large-vm will be enabled.
  • with-monitoring

/hold

for await (const response of factory({
signal: abort.signal,
signal: AbortSignal.any([abort.signal, connectionTimeout.signal()!]),
Copy link
Member Author

Choose a reason for hiding this comment

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

TIL learned about AbortSignal.any, kind of made my day 😆

@geropl geropl force-pushed the gpl/ft/debug-unreceived-data branch from b056f95 to 0e40007 Compare September 4, 2024 15:16
Copy link
Member

@filiptronicek filiptronicek left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@filiptronicek
Copy link
Member

@geropl maybe we should get the timeout.ts from gpl/672-sup-front in here? Looks like there's some changes

@geropl geropl force-pushed the gpl/ft/debug-unreceived-data branch from 0e40007 to a4bcacf Compare September 5, 2024 07:51
@geropl
Copy link
Member Author

geropl commented Sep 5, 2024

/unhold

@roboquat roboquat merged commit 1a3367a into ft/debug-unreceived-data Sep 5, 2024
5 of 6 checks passed
@roboquat roboquat deleted the gpl/ft/debug-unreceived-data branch September 5, 2024 07:52
@geropl
Copy link
Member Author

geropl commented Sep 5, 2024

@geropl maybe we should get the timeout.ts from gpl/672-sup-front in here? Looks like there's some changes

Mostly tests and comments. I will make sure to merge them somewhere.

roboquat pushed a commit that referenced this pull request Sep 6, 2024
* [PAPI] Retry steams upon not receiving data for 10 seconds

* [PAPI] Retry steams upon not receiving data for 10 seconds (#20176)

* debug message

* Do not listen for ws updates globally and do not timeout for those calls

* Timeout signal as a getter

* use ff for disablement

* accesor fn => getter

* send empty initial data in papi for global ws watch requests

---------

Co-authored-by: Gero Posmyk-Leinemann <gero@gitpod.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants