C clamoune Member Sep 21, 2012 #1 Hi, I want to create a cron for reconstruct the users cache. Could you help me for complete the fields (class and method)? Regards,
Hi, I want to create a cron for reconstruct the users cache. Could you help me for complete the fields (class and method)? Regards,
Chris D XenForo developer Staff member Sep 21, 2012 #2 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? Upvote 0 Downvote
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?
Jake Bunce Well-known member Sep 22, 2012 #3 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. Upvote 0 Downvote
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.