Hi We have a weird behaviour in prefect2 if anyone...
# ask-community
a
Hi We have a weird behaviour in prefect2 if anyone has experienced this. The flow consists of tasks as below: Task A: Using an external api retrieve an object TaskB: Run a dbt project (uses 8 threads) Task C: Using an external api retrieve an object Task A takes 2 s, Task B takes 6 min but Task C even if is exactly same as Task A takes 15 min Not sure how running dbt on 8 threads would impact the task run after it. Even if we have the same task A and C and exchange, the task that we run after dbt takes 100 times more time than the same task ran before dbt Please can you let us know if there is anyone who has seen this or anything that could be helpful Thanks Asmita