library · inferred from evidence
RequestQueue
A component of Crawlee for managing requests in a crawler.
- Crawlee SQLite "disk I/O error" in a Cloud Run container
A Crawlee crawler works locally but throws SQLite disk I/O error at RequestQueue creation on Cloud Run because WAL mode does not work on its filesystem. Disable WAL with APIFY_LOCAL_STORAGE_ENABLE_WAL_MODE=false.