XF 2.2 ACP Rebuild jobs cannot be processed by CLI?

Mouth

Well-known member
ACP has a message; "There are manual rebuild jobs awaiting completion. Continue running them." [ /admin.php?tools/run-job ]

Attempting to complete from CLI gives no action ...
Code:
php cmd.php xf:run-jobs

All outstanding jobs have run.

Is there no way to process User Batch Updates ( /admin.php?users/batch-update ) job from CLI?
 
Solution
php cmd.php xf:run-jobs --help:
Code:
 --manual-only                              Ensures that only manually triggered jobs are run

php cmd.php xf:run-jobs --manual-only

Otherwise manual jobs are not processed by either the CLI command or the activity trigger.
php cmd.php xf:run-jobs --help:
Code:
 --manual-only                              Ensures that only manually triggered jobs are run

php cmd.php xf:run-jobs --manual-only

Otherwise manual jobs are not processed by either the CLI command or the activity trigger.
 
Solution
Back
Top Bottom