I’m experiencing an issue with the Apify “Run an Actor” module in Make. I have configured the module to run synchronously with a maximum timeout of 120 seconds. However, I’ve noticed that the module stops processing after around 10 scrapes (it seems to be random), even though the actor continues to run on the Apify website until the set limit (in my case it is 50).
Details:
-I use the free plan for now.
-I checked “Run synchronously” to “Yes”. (I also tried with “No”, same result)
-There are no apparent logs.
-There are no set limits on my actor within the Apify website.
-There are no set limits on the “Run an actor” module. Eventhough the default timeout is set to 120 seconds, the module stops after about 30 seconds.
-I use this actor: Google Maps Email Extractor
Here is the JSON for my actor:
{
“countryCode”: “fr”,
“language”: “en”,
“maxCrawledPlacesPerSearch”: 50,
“searchStringsArray”: [
“Spa”
],
“skipClosedPlaces”: false,
“state”: “Côte d’Azur”
}
To sum up, the actor ITSELF still runs on the Apify website but the module stops and proceeds to do the next steps after about 10 scrapes.
I’m not sure what to do.
Any help is appreciated, thanks!