Commit 1ea4f9e
Run Search on separate task
Search request are CPU intensive and will block the async runtime
especially if run with parsing in the same time (For example in
big DLT files) causing the app to lag.
Also I've added block_in_place in places where we expecting the code to
block due to intense CPU processes.1 parent 5d61820 commit 1ea4f9e
File tree
5 files changed
+773
-482
lines changed- application/apps/indexer
- processor/src/search/searchers
- session
- src/state
- searchers
- tests/snapshot_tests
5 files changed
+773
-482
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments