ray/dashboard/modules/log
SangBin Cho 2d58bd5a50
[Observability] Fix --follow lost connection when it is used for > 30 seconds (#26080)
## Why are these changes needed?

This PR fixes the issue where --follow lost connection when it is used for > 30 seconds because the gRPC timeout is configured to be 30 seconds, and we don't reset it when --follow is set.

This fixes the issue by setting timeout=None when keepalive==True

## Related issue number

Closes https://github.com/ray-project/ray/issues/25721
2022-06-28 05:48:25 -07:00
..
tests [api] Annotate as public / move ray-core APIs to _private and add enforcement rule (#25695) 2022-06-21 15:13:29 -07:00
__init__.py [Dashboard] Dashboard basic modules (#10303) 2020-08-29 23:09:34 -07:00
log_agent.py [State Observability] Ray log CLI / API (#25481) 2022-06-13 05:52:57 -07:00
log_consts.py [Core] Ray logs API (1/n) (#23435) 2022-04-20 23:11:02 -07:00
log_head.py [State Observability] Ray log alpha API (#24964) 2022-06-04 05:10:23 -07:00
log_manager.py [Observability] Fix --follow lost connection when it is used for > 30 seconds (#26080) 2022-06-28 05:48:25 -07:00
log_utils.py [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00