Manan Bhatt
Manan Bhatt
For sweeper thread count check [property](https://github.com/Netflix/conductor/blob/main/core/src/main/java/com/netflix/conductor/core/config/ConductorProperties.java#L46) And sweep frequency check [property](https://github.com/Netflix/conductor/blob/main/core/src/main/java/com/netflix/conductor/core/reconciliation/WorkflowReconciler.java#L62). Please join the [community](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg) so that we can chat real time.
Hi @dpozinen , @Nostras , We have fixed this issue in https://github.com/Netflix/conductor/pull/3775. We have made the wait task async so it does not have to rely on the sweeper to...
Hi @Dyson-Ido , Can you please try with the release [3.14.0](https://github.com/Netflix/conductor/releases/tag/v3.14.0)? It should solve the latency issue for the wait task.
Hi @Dyson-Ido , Can you please share the configuration? We can increase the [systemTaskWorkerThreadCount](https://github.com/Netflix/conductor/blob/main/core/src/main/java/com/netflix/conductor/core/config/ConductorProperties.java#L91) if we are running in relatively low cpu instance.
Hi @lijia-rengage , Dynomite is no longer supported. Can you please try with latest build which has orkes-queue?
Hi @sawmonaco , thanks for reporting. We will push the fix if required. In the meantime, we can chat [here](https://join.slack.com/t/orkes-conductor/shared_invite/zt-xyxqyseb-YZ3hwwAgHJH97bsrYRnSZg) for more real-time collaboration.
Hi @Dyson-Ido and @tarunya882 , Can you please try another api, `Update a task by ref name` url `/api/tasks/{workflowId}/{taskRefName}/{status}`
Hi @ramyarajan-bnymellon , Thanks for reporting this. Can you please tell which version of the conductor you are trying to run? And if possible steps to reproduce this error?
Hi @zengqinglei , Please check for logs like, ```Execution terminated of workflow``` It will have an exception wy the workflow is terminated. Most likely there will be a task that...
Comment to make PR alive.