Hi Andrew,
we've created a ticket for your suggestion here:
https://github.com/podaac/data-subscriber/issues/17The subscriber is pretty simple in what it tries to do. If it fails at any point during the "subscription" run, it will exit. This means the next time it is run, it will attempt to download the files that it saw during the failed run. This is _usually_ fine for downloads of several files- the cost of redownloading isn't too great. however, fi you're attempting to download many, many files, a single error would cause the need to re-download all of the files again.
So to answer your question explicitly: The subscriber will "exit" when a transient error is encountered, such as a network glitch.
The subscriber will not "remember" what it downloaded from a previous run, it only looks at data since a "last run" time, which is stored in the downloaded data directory.