#disable request queue storage

1 messages · Page 1 of 1 (latest)

slender venture
#

Hey team, my request queue is too long and it is critically affecting my local storage, is there anyway I can disable it manually by overwritten some configurations?

weak plank
#

https://sdk.apify.com/docs/1.3/api/request-queue search here for forceCloud

slender venture
#

Ok might as well just go in node modules and fix this

lost shuttle
#

Configuration.getGlobalConfig().set('persistStorage', false);

frigid pasture
#

@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?