In order for your website to properly function, you need to enable one Cron on your host.
* * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
This Cron will call the Clooud's command scheduler every minute and, thus, will enable some features that utilize Cron jobs, e.g. deleting old user uploads.