Option to disable profiling and task timeline (#10414)

This commit is contained in:
Stephanie Wang
2020-08-29 11:35:22 -07:00
committed by GitHub
parent 910d5d2550
commit 9a31166050
4 changed files with 24 additions and 3 deletions
+4
View File
@@ -294,3 +294,7 @@ RAY_CONFIG(uint64_t, metrics_report_interval_ms, 10000)
/// The maximum number of I/O worker that raylet starts.
RAY_CONFIG(int, max_io_workers, 1)
/// Enable the task timeline. If this is enabled, certain events such as task
/// execution are profiled and sent to the GCS.
RAY_CONFIG(bool, enable_timeline, true)