Kevin Well-known member Licensed customer Aug 24, 2020 #1 OK, I know job.php is executing for the cron jobs but is it normal for it to be executed multiple times during a page load? Is it executing for each individual entry?
OK, I know job.php is executing for the cron jobs but is it normal for it to be executed multiple times during a page load? Is it executing for each individual entry?
Mike XenForo developer Staff member Licensed customer Aug 25, 2020 #2 Short answer is yes. The request will return if there's more work to do and it will be retriggered automatically if needed. Upvote 0 Downvote
Short answer is yes. The request will return if there's more work to do and it will be retriggered automatically if needed.