CodeIgniter Forums
How to Create Dynamic Cron Job without touching Cpanel - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: How to Create Dynamic Cron Job without touching Cpanel (/showthread.php?tid=74277)



How to Create Dynamic Cron Job without touching Cpanel - msjagan - 09-05-2019

I would like to create cron job dynamically in my application without specifying the path through cpanel

Is there any library available to create cron job dynamically in CI3 or CI4?


RE: How to Create Dynamic Cron Job without touching Cpanel - InsiteFX - 09-05-2019

Maybe this will help you out.

Managing Cron Jobs With PHP


RE: How to Create Dynamic Cron Job without touching Cpanel - msjagan - 09-05-2019

(09-05-2019, 08:46 AM)InsiteFX Wrote: Maybe this will help you out.

Managing Cron Jobs With PHP

Thank you, I will see if this would be useful


RE: How to Create Dynamic Cron Job without touching Cpanel - neerajks992 - 09-09-2023

Hi friend,

Yes, A compose package is available for this Cron Job Concept in CodeIgniter 4 "daycry/cronjob".

You can take help of this article to get you job done. This explains you everything from installation to setup.
https://onlinewebtutorblog.com/how-to-setup-cron-jobs-in-codeigniter-4/

Regards,