XF 2.3 How to identify outstanding jobs?

smallwheels

Well-known member
Licensed customer
Since the upgrade to 2.3 a month ago I've got the notice about outstanding manual jobs in ACP:

Bildschirm­foto 2026-03-03 um 08.41.12.webp

I assume that these are template rebuilds since these take forever (hours) and the web frontend runs into a timeout/deathloop whatever w/o ever reaching a "finished" notice. That happens reliably when I click on "continue running them".

The reason might be that I am on shared hosting and possibly the runtime of scripts is too limited to complete these jobs. However: This has never been a problem on 2.2, it only started with the 2.3 upgrade and went competlely bonkers when importing a language.

I've thus logged in via ssh and run the jobs manually. However: The system states everything would be fine:

$ php cmd.php xf:run-jobs -vv
All outstanding jobs have run.

This result comes instantly, so it does not seem that the CLI would have run any job and the notice in ACP persists. Is there a way to find out which jobs exactly are outstanding and a way to make these run decidatedly?
 
Back
Top Bottom