Moxit
11/19/2024, 7:03 PMtimeout_seconds
in the decorator: @task(timeout_seconds=600, name="write_to_deltalake", log_prints= True)
, it doesn't seem to work for larger numbers. I tested it with timeout_seconds=1 and it worked, but isn't working with 600. Is this a bug or am I using it wrong