Jobs live in the server's memory. A restart loses them, and they are not shared between processes. Collect results soon after a crawl finishes rather than treating the job as somewhere to keep them.
Finished jobs are evicted after 15 minutes by default. A 404 on a job id you know was valid usually means it expired or the service restarted.
Scope
domain stays on the exact host. subdomains allows anything under the same registrable domain. prefix restricts to the seed's path prefix, the right choice for crawling /docs without pulling in a marketing site. any follows every link and is rarely what you want.
Politeness applies throughout: robots.txt is respected, per-domain delays are honoured, and Crawl-delay is obeyed where a site declares it.