Skip to main content
When inspecting a running task in the Console, simply click on the node representing the desired task and copy and paste the latch exec <hash> subcommand in the right sidebar into your terminal to retrieve a live shell from within the running task. latch exec The shell session is accessible as long as the task is executing. For short-lived tasks, you can use the Start, Stop options on the sidebar to pause a task. Alternatively, you can also programmatically sleep a task like so:
The task would run for longer on Latch, giving you more time to latch exec into it and debug.