XF 1.1 Cron Task Help

clamoune

Member
Licensed customer
Hi,

I want to create a cron for reconstruct the users cache. Could you help me for complete the fields (class and method)?

Regards,
 
Why does this need to be run as a cron task?

It's not something that should need to be scheduled. It's very rare that you'd need to run it at all.

Are you experiencing issues that require it to be run?
 
Refer to this code:

library/XenForo/CacheRebuilder/User.php

It not made to run as a cron, but this can be managed with some custom programming.
 
Back
Top Bottom