diff --git a/platypush/cron/scheduler.py b/platypush/cron/scheduler.py index b38c2a53..9fd40b9e 100644 --- a/platypush/cron/scheduler.py +++ b/platypush/cron/scheduler.py @@ -81,7 +81,7 @@ class CronScheduler(Thread): if job.should_run(): job.start() - time.sleep(60) + time.sleep(0.5) # vim:sw=4:ts=4:et: