pub async fn get_blocked_tasks( pool: &SqlitePool, task_id: i64, ) -> Result<Vec<i64>>
Get all tasks that are blocked by a given task
pool
task_id
Vector of task IDs that depend on the given task