Max Bohomolov
Max Bohomolov
Python binding `Impit` has all the basic functionality to integrate into `Crawlee`. The `_get_client` method is implemented based on [`ImpitHttpClient`](https://github.com/apify/crawlee/blob/master/packages/impit-client/src/index.ts#L38). However, this looks inefficient, especially when working without a proxy,...
Not merging this PR until we resolve the test issue
That's excellent work!
> @Mantisus This is resolved, am I correct? Yep
> configuring how page.goto is going to behave via modifying an argument to pre-navigation hooks is not optimal in terms of user discoverability - is there any better approach? Perhaps...
> update to dataset metadata wouldn't lock the metadata table for that long They will create many short-lived locks. And with a large number of clients with high concurrency inserting...
> it might be worth trying before adding three new tables to the whole thing. I will test this approach.
Hey @D4Vinci @vdusek asked me to take care of this task. I delved a little into the code of your framework. And I must say that it's great work. However,...
Hi @ericvg97, thanks for catching that. And for your research into the issue. Unfortunately, at this stage, I don't see a way to completely remove this query. Although the metadata...