This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 2 comments 2 replies
-
Hi @jianbo , Thanks for reporting. We are looking into this issue and I will update the thread once we release the fix. A related issue, #3263 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it seems like same message is sent to SQS multiple times. At the beginning I thought it's the SQS visibility timeout been too short, but after having a look it seems like message is been pushed multiple times.
Describe the issue
Version: v3.13.2
Finding
The recursive
decide
call at line 1040 will push the message to the queue for the second time.conductor/core/src/main/java/com/netflix/conductor/core/execution/WorkflowExecutor.java
workflow
Beta Was this translation helpful? Give feedback.
All reactions