Martin Adámek
Martin Adámek
I wasn't sure if that one worked better, I recall there were some stability issues too, but maybe I remember it wrong. Anyway, now it's working and the tests are...
To be merged once docusaurus officially supports react 19 (which should be a major bump on their end). (For some reason, renovate keeps reopening this.)
thanks! so how is this supposed to work in production when logs are disabled? we need a way to log stuff to the file system specifically for the slow query...
I am not sure if this should be enabled by default, but to me this is a production feature, and in production you don't usually enable query logging, since it...
Related: #1485
Removing the tooling label, for me this works correctly, if we want to find a solution, it sounds like a design issue - we can help with implementation, but first...
> Actor.createProxyConfiguration({ checkAccess: false }) Do you think this is safe? I recall you said you don't need the check for apify actors, but this will affect all users, so...
The docker images always use `npm start`, which adds overhead over running the actual script with node. We don't use the CLI for production deployments (and they don't really need...
Actors are regular programs, you run them as such. For nodejs, you run it via `node` (or some task runner, e.g. via npm scripts - so `npm start`), for python...
You don't need `apify run` for that, the SDK reads `APIFY_PROXY_PASSWORD` and uses it automatically: https://github.com/apify/apify-sdk-js/blob/master/packages/apify/src/configuration.ts#L159 https://github.com/apify/apify-sdk-js/blob/master/packages/apify/src/proxy_configuration.ts#L214