Ben Muller
11/16/2022, 1:09 AMState message: Submission failed. RuntimeError: Timed out after 120.81494164466858s while watching task for status {until_status or 'STOPPED'}
Can I handle this somehow? is this handled by the task_start_timeout_seconds
?Ryan Peden
11/16/2022, 3:22 AMtask_start_timeout_seconds
).
Increasing the timeout value is a good starting point. 120 seconds may not always be enough, depending on the size of image you are using.
If that doesn't help, checking the stopped tasks for errors might reveal more about what is happening.