Apify Discord Mirror

Home
Members
Jonathan Larson
J
Jonathan Larson
Offline, last seen 5 months ago
Joined August 30, 2024
I was looking at some of the statistics and was wondering what "Users" and "Success Ratio" mean. I'm assuming that "Users" means the total number of trial or paid users ever rather than currently. Is this correct? (though I do see that I can monitor paying/trial users under publication statistics, I was wondering what "Success Ratio" means. Does it mean the percent of successful runs in total or from other users? Or does it mean the percent of trail users that end up paying? Thanks.
3 comments
A
J
I'm a little confused as to whether Quacker is a third party or directly affiliated with Apify, as it seems to be worked on or mentioned by Apify's official team. (official Apify youtube video for example). Any clarification would help, thanks.
3 comments
J
A
Currently, is there a way to determine the user's memory used without having them manually type it in? My program using multithreading (works better than async for my use case) and I want to automatically pick the optimal number of workers/threads based on the memory inputted. I tried multiprocessing.cpu_count(), but it seems to just respond with 16 every time.

I viewed https://docs.apify.com/platform/actors/running/usage-and-resources but didn't seem to see it there

I also noticed Lukas Krivka's message on 01/09/2023, but it seems to be more about handling it on the user side rather than developer:

"Generally, if you know your total memory, you can just manage it locally completely but if you don't, you can use this API to get current value: https://api.apify.com/v2/users/me/limits?token=TOKEN. Just keep in mind that meanwhile some other task could have started if you don't have sole control over the account."
3 comments
L
J
Hi, I'm a prospective webscrape dev. I'm wondering about the privacy policy regarding the code I submit as an Apify actor, since the Apify privacy policy I saw on the webpage seemed to be directed more towards users than developers.
1 comment
P