This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
V2 vs V3 performance
#2372
Replies: 3 comments 5 replies
-
If you have them, please quantify the claim with some numbers from v2 and v3, and also share the dependencies that you use. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes, in particular I noticed this for the start workflow API call which
takes sometimes up to tens of seconds causing some read timeouts on the
client but then the workflows run correctly.
I'm currently not yet aware of any other slowdown.
I see that polling for tasks is still acceptable in less than 100ms anyway.
Our setup is based on docker stack with dedicated services for postgres
and elasticsearch 6.
…On 23/07/21 22:51, Evan wrote:
I recently upgraded to version 3.0.4 . I notice a significant slowdown
with any interaction with the api. Has anyone experienced the same?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2372>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADMKIMGMQLDCQDKLLGVADDTZHI4HANCNFSM5A4VRQKQ>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aravindanr
-
Hi Evan,
sorry but where do you set this property?
Thanks.
…On 30/07/21 22:26, Evan wrote:
We solve this by increasing our |connectionPoolMaxSize| from 1 to 10
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2372 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADMKIN2IGSKI4PUDEA2ONDT2MDG5ANCNFSM5A4VRQKQ>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently upgraded to version 3.0.4 . I notice a significant slowdown with any call to the api. Has anyone experienced the same?
Beta Was this translation helpful? Give feedback.
All reactions