Apify Discord Mirror

Home
Members
Muhammet
M
Muhammet
Offline, last seen 2 days ago
Joined September 19, 2024
Is there a way to fetch data from a centralized source and update it when needed in public actor runs? What is the best way to manage this within Apify mechanisms without using external services (AWS DynamoDB, Firebase)?

Since runs executed by each user in public actors occur in an isolated environment, the default KV store obtained using Actor.get_value() and Actor.set_value() is unique to each user. The share feature for a KV store created with a specific name is only applicable for specific cases where a username, etc., is provided.

Is there a way to make this available to all public actor users?
M
Muhammet
·

Success Rate

As far as I can see, when a user manually stops the actor from running, this decreases the success rate. I think the platform recognizes this as a fail. Do manual stops by the user affect the success rate? Is there any way to prevent this or will there be a solution for this?
1 comment
M
Hi guys 👋 , my Apify actor can pull data from the website even though the robots.txt setting is “TRUE”. When I test it on my own server, it complies with robots.txt rules. Doesn't Apify automatically follow robots.txt rules? Can't we set it manually? I haven't found any documentation on this.
1 comment
O