rare-sapphire•3y ago
Apify actor is too slow
Apify pulls docker image every time I run the actor. Is this the expected behavior and is it possible to fix this in python client?
3 Replies
rival-black•3y ago
Hi @rhombus, this is expected behavior, you can try to optimize the image size to get the pull time down. The platform also prefetches some of the apify base images.
rare-sapphireOP•3y ago
@vojtechmaslan Thanks for the fast response. Just for the clarification, so it is not possible to keep the runtime and reuse it?
rival-black•3y ago
@rhombus correct, that is unfortunately not possible at the moment