Hey, what is the environment variable I need to se...
# ask-community
b
Hey, what is the environment variable I need to set on my worker in order to extend the time a flow takes to mark a subflow/task as failed? I can not find it in the docs anywhere!
m
Hi Ben, there isn't an environment variable to do this directly, could you explain why you need a worker to take more time before a subflow/task is marked as failed? There may be another way to achieve your end goal
b
It was recommended by @Emil Christensen, my worker is marking subflows as
failed/crashed
then they are continuing and actually succeeding, so it is something to do with the poll rate I believe.
e
Hey @Ben Muller it’s not an env var, but rather just an attribute on the work pool.
b
ahhhh ty ty