forked from didirus/AstralRinth
Batched search indexing (#5191)
* Use RO pool for search indexing * Batched search indexing that actually works * Query cache
This commit is contained in:
committed by
GitHub
parent
09dead50d2
commit
5c29a8c7dd
@@ -176,6 +176,7 @@ async fn app() -> std::io::Result<()> {
|
||||
info!("Running task {task:?} and exiting");
|
||||
task.run(
|
||||
pool,
|
||||
ro_pool.into_inner(),
|
||||
redis_pool,
|
||||
search_config,
|
||||
clickhouse,
|
||||
|
||||
Reference in New Issue
Block a user