dispatch Examples
Long-Running Tasks
Start a heavy task in dispatch, close your browser, and check back later.
# Inside dispatch terminal
python training_script.py &
disown
Start a heavy task in dispatch, close your browser, and check back later.