From 6933076262926a03f73ef56fc629a2937feb4bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 13:13:58 +0000 Subject: [PATCH 1/3] Bump com.gradle.enterprise from 3.10 to 3.10.1 Bumps com.gradle.enterprise from 3.10 to 3.10.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index a3a92ae41b..ba3cc1fe54 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,7 +12,7 @@ */ plugins { - id "com.gradle.enterprise" version "3.10" + id "com.gradle.enterprise" version "3.10.1" } gradleEnterprise { From 144a4de8e32ea09c1d30d783a92e26639b9ff3cd Mon Sep 17 00:00:00 2001 From: Surafel Korse Date: Tue, 24 May 2022 18:44:36 -0400 Subject: [PATCH 2/3] Log workflow failures (#3004) * log workflow failures * change log level to info * Keep reason field as is and update log statement with workflow id Co-authored-by: Surafel Korse --- .../com/netflix/conductor/core/execution/DeciderService.java | 2 +- .../com/netflix/conductor/core/execution/WorkflowExecutor.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java b/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java index 4a480a07f3..18bda39189 100644 --- a/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java +++ b/core/src/main/java/com/netflix/conductor/core/execution/DeciderService.java @@ -633,7 +633,7 @@ void checkWorkflowTimeout(WorkflowModel workflow) { switch (workflowDef.getTimeoutPolicy()) { case ALERT_ONLY: - LOGGER.info(reason); + LOGGER.info("{} {}", workflow.getWorkflowId(), reason); Monitors.recordWorkflowTermination( workflow.getWorkflowName(), WorkflowModel.Status.TIMED_OUT, diff --git a/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java b/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java index 1766eb73dc..d8aeb764bc 100644 --- a/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java +++ b/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java @@ -990,7 +990,7 @@ public WorkflowModel terminateWorkflow( workflowStatusListener.onWorkflowTerminatedIfEnabled(workflow); Monitors.recordWorkflowTermination( workflow.getWorkflowName(), workflow.getStatus(), workflow.getOwnerApp()); - + LOGGER.info("Workflow {} is terminated because of {}", workflowId, reason); List tasks = workflow.getTasks(); try { // Remove from the task queue if they were there From e581b14bf18e853fa01a8377b9b9d6f55820a48b Mon Sep 17 00:00:00 2001 From: Marton Toth Date: Wed, 25 May 2022 14:46:51 +0200 Subject: [PATCH 3/3] Add Supercharge --- WHOSUSING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHOSUSING.md b/WHOSUSING.md index 23e6d46358..e93606723c 100644 --- a/WHOSUSING.md +++ b/WHOSUSING.md @@ -11,3 +11,5 @@ We would like to keep track of whose using Conductor. Please send a pull request * [JP Morgan Chase](www.chase.com) [[@maheshyaddanapudi](https://github.com/maheshyaddanapudi)] * [Orkes ](www.orkes.io)[[@CherishSantoshi](https://github.com/CherishSantoshi)] * [313X](https://313x.com.br)[[@dalmoveras](https://github.com/dalmoveras)] +* [Supercharge](https://supercharge.io)[[@team-supercharge](https://github.com/team-supercharge)] +