[ https://issues.apache.org/jira/browse/GOBBLIN-2190?focusedWorklogId=955094&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-955094 ]
ASF GitHub Bot logged work on GOBBLIN-2190: ------------------------------------------- Author: ASF GitHub Bot Created on: 03/Feb/25 05:15 Start Date: 03/Feb/25 05:15 Worklog Time Spent: 10m Work Description: Blazer-007 commented on code in PR #4093: URL: https://github.com/apache/gobblin/pull/4093#discussion_r1938791773 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/ddm/workflow/impl/ProcessWorkUnitsWorkflowImpl.java: ########## @@ -54,37 +54,30 @@ public class ProcessWorkUnitsWorkflowImpl implements ProcessWorkUnitsWorkflow { public static final String COMMIT_STEP_WORKFLOW_ID_BASE = "CommitStepWorkflow"; @Override - public CommitStats process(WUProcessingSpec workSpec) { + public CommitStats process(WUProcessingSpec workSpec, final Properties props) { Review Comment: https://github.com/apache/gobblin/pull/4093#discussion_r1938791672 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/util/nesting/workflow/AbstractNestingExecWorkflowImpl.java: ########## @@ -84,9 +90,11 @@ public int performWorkload( if (numDirectLeavesChildMayHave > 0) { Workflow.sleep(calcPauseDurationBeforeCreatingSubTree(numDirectLeavesChildMayHave)); } - childSubTrees.add( - Async.function(child::performWorkload, childAddr, workload, childStartIndex, maxBranchesPerTree, - maxSubTreesPerTree, Optional.of(subTreeChildMaxSubTreesPerTree))); + NestingExecWorkloadInput<WORK_ITEM> childInput = new NestingExecWorkloadInput<>( Review Comment: https://github.com/apache/gobblin/pull/4093#discussion_r1938791672 Issue Time Tracking ------------------- Worklog Id: (was: 955094) Time Spent: 0.5h (was: 20m) > Implement ActivityTimeoutStrategy for all Temporal Activities > ------------------------------------------------------------- > > Key: GOBBLIN-2190 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2190 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Vivek Rai > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > Currently TImeouts of all Temporal Activity are hardcoded and cant change > during runtime, change those to make them configurable. -- This message was sent by Atlassian Jira (v8.20.10#820010)