await Actor.init(); const rq = await RequestQueue.open(); // ... await rq.drop(); await Actor.exit();