big-agency-9108
12/06/2022, 2:05 PM@task(timeout=60)
def foo:
return "foo"
safe to assume 60
is seconds?milliseconds?
cc @nice-zebra-99977hallowed-mouse-14616
12/06/2022, 3:07 PMdatetime.timedelta
or an int
. If it's an int
then it is parsed into a timedelta
as seconds as you suggested.