Apify Discord Mirror

Updated 5 months ago

Is there an endpoint to get account available memory?

At a glance

The community member is looking for an endpoint to get information about the available memory before running scrapers/tasks on Make.com. A community member suggests using the https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits/get-limits endpoint to get the current and limit values, and subtracting the current from the limit to determine the available memory. The second option is to simply make the call and handle any "over memory" errors that may occur.

Useful resources
I do not want to run scrapers/tasks without enough memory. Is there any endpoint to get that information? I'd like to use it in Make.com
L
m
A
3 comments
You need this endpoint, subtracting the current from limit https://docs.apify.com/api/v2/#/reference/users/account-and-usage-limits/get-limits
The second option is to simply do the call and handle if it returns over memory error
just advanced to level 4! Thanks for your contributions! πŸŽ‰
Add a reply
Sign up and join the conversation on Discord