XF 2.1 Is it normal for job.php to be served multiple times on a page load?

Kevin

Well-known member
Licensed customer
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?

1598294885518.webp
 
Short answer is yes.

The request will return if there's more work to do and it will be retriggered automatically if needed.
 
Back
Top Bottom