I Isac Lund New Member Sep 16, 2021 #1 Sep 16, 2021 #1 Hi! Is there a way we could schedule the crawler to run only at night? Best regards, Isac
I Isac Lund New Member Sep 17, 2021 #3 Sep 17, 2021 #3 That is out of my knowledge, but with instructions, I believe so!
AndreyPopov Well-Known Member Sep 17, 2021 #4 Sep 17, 2021 #4 I don't know what CMS you use and what Linux distributive for example? I use Opencart 3.x and Opencart LSCache plug-in can use command from cli (command line interface) Cli Command for Rebuild All Cache Run the following command at the website host: curl -N "http://yoursite/index.php?route=extension/module/lscache/recache&from=cli" Click to expand... my hoster support cron tasks. for example crontab: * 2 * * * /usr/bin/curl -N 'https://yoursite/index.php?route=extension/module/lscache/recache&from=cli' Click to expand... start recache process at 02:00
I don't know what CMS you use and what Linux distributive for example? I use Opencart 3.x and Opencart LSCache plug-in can use command from cli (command line interface) Cli Command for Rebuild All Cache Run the following command at the website host: curl -N "http://yoursite/index.php?route=extension/module/lscache/recache&from=cli" Click to expand... my hoster support cron tasks. for example crontab: * 2 * * * /usr/bin/curl -N 'https://yoursite/index.php?route=extension/module/lscache/recache&from=cli' Click to expand... start recache process at 02:00