Skip to content

Commit

Permalink
Try to log some info
Browse files Browse the repository at this point in the history
  • Loading branch information
james-deee committed Aug 8, 2022
1 parent 1a47949 commit 3411f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public CompletableFuture<Void> sweepAsync(String workflowId) {

public void sweep(String workflowId) {
try {
LOGGER.info("Running sweep 1");
WorkflowContext workflowContext = new WorkflowContext(properties.getAppId());
WorkflowContext.set(workflowContext);
LOGGER.debug("Running sweeper for workflow {}", workflowId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ class HierarchicalForkJoinSubworkflowRetrySpec extends AbstractSpecification {
}

when: "the mid level and root workflows are 'decided'"
LOGGER.info("Running sweep 1");
sweep(midLevelWorkflowId)
sweep(rootWorkflowId)

Expand Down

0 comments on commit 3411f5d

Please sign in to comment.