#disable request queue storage
1 messages · Page 1 of 1 (latest)
Hello, you can directly use the apify cloud storage if you're having trouble with your local storage. https://sdk.apify.com/api/apify/interface/OpenStorageOptions#forceCloud
https://sdk.apify.com/docs/1.3/api/request-queue search here for forceCloud
Ok might as well just go in node modules and fix this
Configuration.getGlobalConfig().set('persistStorage', false);
@lost shuttle This configuration also disables the named KV locally. So is there any way to just disable request queue or rotate the json files somehow?