What are the limitations on custom code that runs every second and updates all user data?

0 votes
Suppose I want to run some custom code once per second. What are the limitations as far as memory usage and execution time?

Specifically, I would like to grant all users one reward point every second and send a push notification when the total reward reaches a certain level. What is the preferred way to accomplish this so that I don't overload the system with API calls?
asked Mar 30, 2014 in App42 Cloud API-BaaS by ben (10 points)

1 Answer

0 votes

Custom code can be run minimum to 1 per minute. There is a limitaion of execution time and it should get competed in 10 seconds.

If you think that your request might take more than 10 seconds and need more control on the code, you have to consider App42PaaS in that case. See here for more details.

answered Mar 31, 2014 by ajay123 (899 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...