XenForo
Administrative
- Thread starter
- Admin
- #1
We've installed an add-on to compress images, which works in batches using a cron job which we've reconfigured to run every 2 mins (we have 1+million images to process).
We noticed it was not running every 2 mins but at wildly different times, so after some research here on these forums we discovered the "Server based trigger" setting and the cron entry needed to run jobs via the server every minute.
We added our main site and the cron job runs as expected:
Read more
ادامه مطلب...
We noticed it was not running every 2 mins but at wildly different times, so after some research here on these forums we discovered the "Server based trigger" setting and the cron entry needed to run jobs via the server every minute.
We added our main site and the cron job runs as expected:
* * * * * php...
Read more
ادامه مطلب...