Hi everyone, I have a flow where tasks are submitt...
# ask-community
e
Hi everyone, I have a flow where tasks are submitted to the
RayTaskRunner
. The tasks have a timeout set to 4 hours, however, they are running far past this timeout. When the task completes (sometimes 9 hours later) it returns with a
TimedOut
state and a
TaskRunTimeoutError
. The error message states that the task timed out after 14400 seconds (4 hours), but while this is technically true (9 hours > 4 hours), I do believe the timeout is supposed to be a hard limit. Has anyone experienced this? I opened an issue with more detail.
Still seeing this: