cron-manager
cron-manager copied to clipboard
Not matched
#comment
-
-
-
-
- curl https://myweb.com/cron/api/info/get/610 2>&1 > /dev/null
- curl https://myweb.com/cron/api/info/get/610 2>&1 > /dev/null
-
-
-
when i need to use external it said that Not matched
i am using codeigniter
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