A Crawlee/Apify crawler works locally on macOS but throws SQLite disk I/O error when creating the RequestQueue inside a container on Google Cloud Run. Filesystem writes themselves work fine in the container, so it is not a missing volume or permissions problem. Only the SQLite-backed storage fails, while everything else in the crawler behaves normally. The error surfaces specifically at RequestQueue creation time.