Task lost on "page refresh"

The force_stream_order setting was only introduced in Prodigy v1.9. If you're on v1.8 and not able to upgrade, you could implement something similar yourself with a custom stream generator that keeps looping over the incoming examples, checks them against the already annotated hashes and keeps sending out examples until they're annotated. See this post for example code: