Scott asked if Autoplot could automatically reread files when they are updated, and it's actually had this ability since before RBSP launch. This is not advertised, though, even in completions. There should be an example of its use and also a demo in the github "dev" example Jython scripts. Last, Autoplot was so buggy back then that it's likely there's clean-up which wasn't done (such as deleting the thread if the data source is reset).
Also a data source has additional capabilities now, and I see that there is an UpdatingCapability. This might be a cleaner way of implementing the feature.
The URI
checks for file updates every ten seconds.