Christian Weyermann

Results 5 comments of Christian Weyermann

Are there any news on this?

Any news or updates on this issue? It seems to be implemented by marchof, just nobody reviewed it. Any ways to help?

Its still the same in v3. Will this be addressed? Am I missing something or can't we use step functions with v3 rn? Thanks for clarifying.

I have a related issue in crawlee 3.3.3. The Datasets seem indeed not be purged by PURGE_ON_START or purgeDefaultStorage. I wrote this small test to actually confirm it: ``` it("shows...

```javascript it("shows that purgeDefaultstorage doesn't do anything?", async () => { let crawler = new CheerioCrawler({ async requestHandler({}) { await Dataset.pushData({item: "asdf"}); } }, new Configuration({persistStorage: false}) ); await crawler.run(["http://www.google.de"]);...