Hi! :wave: We're running into an issue where exec...
# flyte-v1-support
a
Hi! 👋 We're running into an issue where executions are stuck in an
ABORTING
state and can't be fully terminated. The executions include a dynamic workflow step, and these dynamic workflows show 2 x tasks as
RUNNING
- the task descriptions specify they are
initializing
. I think these initializing dynamic tasks are somehow blocking the workflows from resolving the abort request. Any suggestions for ways we can trigger these workflows to transition to
ABORTED
? We're currently running flyte
1.15.3
.
This issue seems to have eventually resolved itself - the workflows just took a very long time to finally change state (a few hours) 😅
🙏 1
c
I wonder if its related to this bug that was recently fixed: https://github.com/flyteorg/flyte/pull/6725