MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

Not matched #22

Open baaslaawe opened 3 years ago

baaslaawe commented 3 years ago

comment

when i need to use external it said that Not matched

i am using codeigniter

MUlt1mate commented 1 year ago

Hello @baaslaawe. Sorry, I've missed this issue. I suppose the question is no longer relevant, but I'll answer in case someone have the same one. You have no matches, because you use different approach. You are using cron to exec a script and run task from outside your app, and this project is meant to be used to execute task in a web application. You need to integrate it into your application and then it will invoke tasks itself