![]() |
emulate cron through browser for testing - need help how to - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: emulate cron through browser for testing - need help how to (/showthread.php?tid=13349) |
emulate cron through browser for testing - need help how to - El Forum - 11-19-2008 [eluser]new_igniter[/eluser] I need to test something and emulate the functionality of running a cron every minute in CI. Is there a way I could open a browser and call a function every minute? I have some ideas but would love to know from others how they would do it. Thanks so much! emulate cron through browser for testing - need help how to - El Forum - 11-19-2008 [eluser]sophistry[/eluser] meta refresh? emulate cron through browser for testing - need help how to - El Forum - 11-19-2008 [eluser]dmorin[/eluser] If you're using Firefox, get ReloadEvery: https://addons.mozilla.org/en-US/firefox/addon/115 Then just right-click on the page, select 1 minute and enable. |