curl - Need some help on crontab -
per guideline post, have set cron job this.
0 6 * * * curl [https://]mysite.com/index.php/abc/corn_job > /tmp/croncheck2 2>&1
and saw on log it's executing correctly, on time.
unfortunately, it's not executing task developer set process on file.
let me explain bit in details.
i have php application installed on subdomain , file (corn_job) used deduct credits of clients account on appropriate time.
i spoke developer, , says if sets cron job on hosting, credits deducted without problem, that's on shared hosting cpanel, , setting cron job easy there.
the first thing suspect execute command "curl". should curl in case or else?
Comments
Post a Comment