Replies: 12 comments 11 replies
-
We're also seeing this - we've implemented a basic test with a dynamic fork and after all of the sub tasks have completed, the Join always seems to take 31 seconds to complete, despite it having no real work to do. |
Beta Was this translation helpful? Give feedback.
-
Modifying the property |
Beta Was this translation helpful? Give feedback.
-
Let me try this. Thanks a lot, it really helps.
…On Thu, Jan 12, 2023, 9:41 AM Ben Pirt ***@***.***> wrote:
Modifying the property conductor.app.systemTaskWorkerCallbackDuration
enabled us to reduce this. We've set it to 1s and the JOIN completes almost
immediately
—
Reply to this email directly, view it on GitHub
<#3436 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQ2C7W547TNHMATK2AUFWTWSAJZ3ANCNFSM6AAAAAATXHHH2E>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same problem. And I have opened a new issue under the bugs section: #3472 |
Beta Was this translation helpful? Give feedback.
-
@shekarpcs @bjpirt Could you please share the latest version you are using that is free of this bug? |
Beta Was this translation helpful? Give feedback.
-
We've only just started using Conductor so haven't used a version without it - v3.13.2 exhibited the behaviour for us |
Beta Was this translation helpful? Give feedback.
-
We used 3.4.1 before and it was working fine.
Workflows are not set status to complete in high load also.
We are struggling so much with this
issue. We have no help from community.
…On Tue, Jan 31, 2023, 4:48 AM john-larson ***@***.***> wrote:
@shekarpcs <https://github.com/shekarpcs> @bjpirt
<https://github.com/bjpirt> Could you please share the latest version you
are using that is free of this bug?
—
Reply to this email directly, view it on GitHub
<#3436 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQ2C7V6U46KHMDA3RHJ73LWVDNVDANCNFSM6AAAAAATXHHH2E>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yeah we're seeing the same thing. It sounds like it has to do with this change #3284 It's unforunate. We actually dont see this behavor in 3.11.3 either. But, it looks like the performance of this change is an unintended side effect? @apanicker-nflx do you have some insight here? This is currently blocking us from upgrading Conductor because of the pressure it puts on the underlying DB, and because of how slow these JOINs are finishing. |
Beta Was this translation helpful? Give feedback.
-
@apanicker-nflx just wanted to see if you have some insight here on this issue. It's blocking us from upgrading Conductor at the moment due to the performance regression of this change. |
Beta Was this translation helpful? Give feedback.
-
@shekarpcs yeah we already changed it to that. But it A) puts an extreme load on the backing datastore and B) still takes 10s to process in our environment. |
Beta Was this translation helpful? Give feedback.
-
We added horizontal pods for conductor to process normally. You can do that
to increase performance
…On Tue, Apr 18, 2023, 1:48 PM Jamie DeMichele ***@***.***> wrote:
@shekarpcs <https://github.com/shekarpcs> yeah we already changed it to
that. But it A) puts an extreme load on the backing datastore and B) still
takes 10s to process in our environment.
—
Reply to this email directly, view it on GitHub
<#3436 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXQ2C7XCITYX47KPE2ITTKTXB3HYPANCNFSM6AAAAAATXHHH2E>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
We're still observing up to 30s delays after upgrading to 3.16.7, even after setting CallbackAfterSeconds to 1s for system tasks. Any idea what could still be going wrong? |
Beta Was this translation helpful? Give feedback.
-
We have join task in one of the big workflow which is taking longer to finish even the depedent tasks are completed.
please help what is causing conductor to execute join task so slow
Beta Was this translation helpful? Give feedback.
All reactions