Replies: 6 comments 3 replies
-
Is the network getting proxied (nginx, else?)? |
Beta Was this translation helpful? Give feedback.
-
Yes,
I have some intensive computation done excedding 30s (data loading +
renders setups), but sometimes the server goes through, sometimes it
doesn't, I am wondering if there something to force it to stay up...
Tha ks
Il Gio 6 Giu 2024, 16:36 Sebastien Jourdain (Kitware) <
***@***.***> ha scritto:
… Is the network getting proxied (nginx, else?)?
Do you have computation that keep the server busy more that 30s in a row?
—
Reply to this email directly, view it on GitHub
<#535 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4ZV6XFQXTWN4HZMHJCH5LZGBXYHAVCNFSM6AAAAABI4FZ5A2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMOJQG4ZTK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Environments variables
|
Beta Was this translation helpful? Give feedback.
-
Ok, I guess I just do:
export *TRAME_WS_HEART_BEAT=720*
Cheers
|
Beta Was this translation helpful? Give feedback.
-
EDIT: Also is this option useful to monitor what's going on?
- export TRAME_LOG_NETWORK='/home/logs/my_log' *
Cheers
|
Beta Was this translation helpful? Give feedback.
-
I've been running into this recently myself and a few internal users of a trame application that is hosted on JupyterHub as a named server registered with jupyter-server-proxy (ref these docs , basically its a nice mechanism for exposing apps under their own set of named URL paths on JupyterLab). We're seeing an issue where running @jourdain, is using |
Beta Was this translation helpful? Give feedback.
-
Hello Sebastien,
I know this is very tricky, but recently I am experimenting the situation where there are no errors on the python side, but the server opens and closes itself instantly and randomly. I am not using any timeout at the moment.
Is there any hidden log or parameter to pass in order to investigate the issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions