You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(interactive): Expose a http api for readiness probe (#4574)
Interactive lacks a probing method to denote whether the service could
successfully process queries; we introduce `/v1/service/ready`.
Also, we modify the `interactive-entrypoint.sh` to support initializing
a workspace from an empty folder.
Copy file name to clipboardExpand all lines: docs/flex/interactive/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ In this following table, we use the `.` notation to represent the hierarchy with
114
114
| -------- | -------- | -------- |----------- |
115
115
| log_level | INFO | The level of database log, INFO/WARNING/ERROR/FATAL | 0.0.1 |
116
116
| verbose_level | 0 | The verbose level of database log, should be a int | 0.0.3 |
117
-
| compute_engine.thread_num_per_worker | 1 | The number of threads will be used to process the queries. Increase the number can benefit the query throughput | 0.0.1 |
117
+
| compute_engine.thread_num_per_worker | 4 | The number of threads will be used to process the queries. Increase the number can benefit the query throughput | 0.0.1 |
118
118
| compute_engine.wal_uri | file://{GRAPH_DATA_DIR}/wal | The location where Interactive will store and access WALs. `GRAPH_DATA_DIR` is a placeholder that will be populated by Interactive. | 0.5 |
119
119
| compiler.planner.is_on | true | Determines if query optimization is enabled for compiling Cypher queries | 0.0.1 |
120
120
| compiler.planner.opt | RBO | Specifies the optimizer to be used for query optimization. Currently, only the Rule-Based Optimizer (RBO) is supported | 0.0.1 |
0 commit comments