Roman Smirnov
Roman Smirnov
@jerry123888, > this log appears in my gateway but not missing jobs, this performance is not related to this issue:https://github.com/camunda/zeebe/issues/8917? it just due to a connection failure,and it will be...
Hi @jerry123888, I apologize for not being responsive in the last months. Honestly, after being off for some time, I forgot to track this issue afterward. Sorry, therefore. Of course,...
> @romansmirnov If the timeout between client and gateway is smaller than the timeout between gateway and broker, what will happen? Maybe this situation can also lead to missing jobs?...
Some notes from my investigations on "what causes the performance drop?". Therefore, I focused on 2022-07-31 between 11:10 pm to 11:59 pm. When looking at the "Processing per Partition" graph,...
Sorry, forgot to mention that @Zelldon and I also checked some of the Google Cloud metrics to understand if there is any kind of throttling happening. But we couldn't find...
@npepinpe, I opened a temporary PR to sync on the metrics, see #10051. Just to confirm, are you okay with that? If so, then I would build a Docker image...
@Zelldon & @npepinpe, thanks for your input. I've updated the PR #10051 by adding additional metrics to measure each state in `ProcessingStateMachine`. (I haven't added any additional metrics to measure...
With the additional metrics (provided with #10051), there are two types of commands with an increasing processing duration: 1. The command to activate jobs whereby.  2. The command to...
@dblock, thanks for looking into it. I will try to provide some test cases this week.
> are you planning to create a Dockerfile that starts CamundaStandalone? As discussed, we will do this once Tasklist is part of the Single Application as well. > I am...