I have a Ray script for a process I’d like to keep running in the background that consumes from a queue of URLs to scrape.
I’d like this script to keep running, even after I run the command. I don’t want to depend on a tmux screen or the like. Is there a way to do this with Ray Actors?