Hi all,<div><br></div><div>First off I apologize if this is a dumb question or I'm missing something obvious...</div><div><br></div><div>I'm setting up a Ruby script to run via launchd at a given interval. Ideally I'd like to have it run every 15 minutes or so, so I've set StartInterval in the plist to 900. The problem I'm running into is that, if my computer is set to a delay of longer than 15 minutes before going to sleep, the script will prevent it from sleeping. I guess every time it runs it resets the sleep delay, so sleep is never triggered.</div>
<div><br></div><div>Does anyone have a suggestion for preventing this behavior? Is there some way I can make my script's activities not reset the sleep delay timer? My script runs some SVN commands, generates some logs, and displays Growl notifications. Is any of that inherently going to reset the sleep delay timer?</div>
<div><br></div><div>Thanks for your time...</div><div><br></div><div>-Gabriel</div><div><br></div><div><br></div>