1) Give a description of the problem
My app checks a number of sensors and takes action only under certain conditions. I have it run once every 5 minutes. What would be the downside though to having it run once every 5 seconds instead of 5 minutes? Does it drain battery life of sensors? Is it too taxing on WebCore? Or is there no issue with me changing it to once every 5 seconds? Ideally I would have it run that frequent.
2) What is the expected behavior?
As soon as conditions are present, actions are taken.
3) What is happening/not happening?
There is up to a 5 minute delay due to the low frequency I set…but I want to know if that’s necessary or not?
4) Post a Green Snapshot of the piston