ladybirdweb / faveo-helpdesk

Faveo Open source ticketing system build on Laravel framework
https://www.faveohelpdesk.com/online-demo/
Open Software License 3.0
1.14k stars 566 forks source link

Utilizing Task Scheduling #110

Open Ministorm3 opened 8 years ago

Ministorm3 commented 8 years ago

Hello Faveo Team,

Currently, to fetch emails, and to do pretty much any of the requires cron jobs, they all need to be setup manually.

Why not utilize Laravel's built in task scheduler? https://laravel.com/docs/5.2/scheduling It will still require setting up at least the initial cron job. But then any cron changes you make could be committed directly to git and to users of the software.

bhanu2217 commented 8 years ago

This looks very interesting, we will definitely like to implement this in future releases.

bhanu2217 commented 8 years ago

135