Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Disable danglig flyte workflow #1075

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ public void poll(FlyteExecutionId flyteExecutionId, RunState runState) {
}

void init() {
LOG.info("Scheduling terminate dangling flyte execution thread");
scheduleWithJitter(this::terminateDanglingFlyteExecutions, scheduledExecutor, terminateDanglingFlyteExecInterval);
// Comment this to unblock the continuously aborting workflows to analyze this properly.
//LOG.info("Scheduling terminate dangling flyte execution thread");
//scheduleWithJitter(this::terminateDanglingFlyteExecutions, scheduledExecutor, terminateDanglingFlyteExecInterval);
}

@VisibleForTesting
Expand Down