does shelltask support timeout?
# prefect-community
t
does shelltask support timeout?
not really seeing it as an option in the document pages.
c
Hi @Tsang Yong - all tasks have a
timeout
kwarg that will attempt to stop the task from running at the appropriate time and place the task into a
TimedOut
state. For all generic Task configuration options check out the base
Task
class API docs: https://docs.prefect.io/api/latest/core/task.html#task-2