mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 04:42:56 +00:00
fix: use heartbeat runtime instead of background runtime (#4445)
This commit is contained in:
@@ -286,7 +286,7 @@ impl CountdownTaskHandle {
|
||||
region_id,
|
||||
rx,
|
||||
};
|
||||
let handler = common_runtime::spawn_bg(async move {
|
||||
let handler = common_runtime::spawn_hb(async move {
|
||||
countdown_task.run().await;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user