A&C
Apify & Crawlee
B
Apify & Crawlee
•
3y ago
broad-emerald
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
?
Apify & Crawlee
Join
This is the official developer community of Apify and Crawlee.
13,249
Members
View on Discord
Was this page helpful?
Yes
No
S
spontaneous-moccasin
•
7/25/23, 8:40 AM
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
.
B
broad-emerald
OP
•
7/25/23, 10:02 AM
@vojtechmaslan Thanks for the fast response
. Just for the clarification
, so it is not possible to keep the runtime and reuse it
?
S
spontaneous-moccasin
•
7/25/23, 10:29 AM
@rhombus correct
, that is unfortunately not possible at the moment