Hi,   I'm trying to do a Scheduled Task in 5 and 5 minutes in wolfram cloud, using cron notation as:
 
 CloudDeploy[
    AutoRefreshed[
       myTaskfuntion[]
        ,"*/5 * * * *"
    ]
    ,"5minutesTest"
]
But it executes from 30 to 30 minutes (I can check in https://www.wolframcloud.com/dashboard).
Can I setup some parameter in my Wolfram Cloud so I can do it in 5 and 5 minutes? Is this a Cloud Limit for time interval?
In this documentation examples, it runs ever minute:
