JavaScript Timing Events

Is it somehow possible to use timing events in a server-side custom script, for example to check a database entry every hour?
Thanks Beat

No, as an API, DreamFactory naturally acts only when called. The best way to implement this would be to schedule cron jobs to curl or wget the custom script that you’ve written on a schedule of your choice. We are looking into a scheduling system for 2.0, but it’s not implemented in the current (beta) version.