You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The worker config is default by cadence-samples project.In this case,2-6 activities of total 30 will be scheduled but not start untill timeout.If the activityLen = 20, all activities can be completed.So in my case, which config can be adjusted to fix this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I use cadence for executing many activities in parallel.The workflow function code is like this:
The workflow function execute 30 activities in parallel.The activity function is like this:
WorkflowOptions is:
The worker config is default by cadence-samples project.In this case,2-6 activities of total 30 will be scheduled but not start untill timeout.If the activityLen = 20, all activities can be completed.So in my case, which config can be adjusted to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions