running process in background.

Hi, can we run the prodigy process on background as my terminal session getting timeout in some time. Please suggest on this.
prodigy news_headlines my_dataset “Silicon Valley” -F recipe.py

A basic solution would be to start a screen session and launch Prodigy within it. When you detach from the session, the process won’t be killed.

2 Likes

Thanks very much, that worked.