Dora processing is too slow to complete in a few hours #8507
Unanswered
AnkeshThakur
asked this question in
Q&A
Replies: 1 comment
-
There isn't a direct flag or config to enable parallel or bulk DORA metrics processing in DevLake. The main architectural bottleneck is that tasks are processed sequentially by a single runner, so true parallelism for DORA subtasks isn't natively supported. However, you can try a few things to improve performance:
If you want help finding specific batch size or concurrency settings in the code, let me know! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have been using devlake for more than 6 months and now it is hitting us in performance. Earlier it used to take 2-3 hours to complete.
Over the course of time, I am observing that this is taking extremely long time (~22 hours) to process DORA metrics. Is there any flag or configuration which can set it run tasks in parallel or in bulk?
Single record takes around 15 seconds which too slow.
Beta Was this translation helpful? Give feedback.
All reactions