This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Hi @dapeng09 , The workflow will get evaluated after every 30 seconds. If you want lesser granularity then please set the environment property |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to Conductor.
If I understand right, when a worker task (attempt0) timeouts and gets retried according to my task definition, the timeoutSeconds should apply as well to the attempt1 and attempt2... but it looks to me it's not working this way. What am I missing here? Thanks.
My worker is sleeping for 10 minutes, attempt0 timeouts as expected, but attempt1 stays in IN_PROGRESS for 10 minutes and finally gets completed.
workflow definition
task definition
UI screenshot of attempt0
UI screenshot of attempt1
BTW, attempt0 timeouts after 31 seconds instead of 10 seconds, what's causing this delay?
Beta Was this translation helpful? Give feedback.
All reactions