From 863e397fb263cfe3ebc15ed7653732aa1338e1ad Mon Sep 17 00:00:00 2001 From: odain Date: Mon, 20 Oct 2025 09:30:55 +0200 Subject: [PATCH] be able to call cron asynchronously --- webservices/cron_status.php | 39 ++++++++++++++++++++++ webservices/launch_cron_asynchronously.php | 24 +++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 webservices/cron_status.php create mode 100644 webservices/launch_cron_asynchronously.php diff --git a/webservices/cron_status.php b/webservices/cron_status.php new file mode 100644 index 000000000..c83c4d406 --- /dev/null +++ b/webservices/cron_status.php @@ -0,0 +1,39 @@ +&1 >>$sLogFile &", __DIR__); +exec("echo $sCli>>$sLogFile"); +$process=popen($sCli, 'r');