Persist the RequestQueue (avoiding starting over)
CRAWLEE_PURGE_ON_START exists but not sure if if affects the RequestQueue. Also since an initialUrl is passed to await crawler.run([initialUrl]) the idea would be to skip that in case the RequestQueue already has urls. Is that possible?