Scheduled jobs can be configured to run commands for a specified period of time. FlashVPS provides several common defaults, or you can enter a custom Cron schedule for a command.
You can create scheduled jobs through the FlashVPS console through the Scheduling tab of the server's management console. When creating a new scheduled job, you need to provide:
php /home/flashvps/default/ artian schedule:runflashvps
! Scheduled Job Not Running?.
If your scheduled job is not running, you should make sure that the path to the command is correct.
If you have deployed a Laravel application and are using Laravel's scheduling feature , you will need to create a scheduled job to run the Laravel Artisan command schdule:run. This job should be configured to execute every minute.

You change website.com to the name of your website.
If your website is set to the user isouser, for example, you need to change the path and the user accordingly.