dethfire Well-known member Jun 28, 2021 #1 Any ideas on what is causing dozens of jobs.php to run each page request? Feels like it started after the update to 2.2.5 but maybe an addon?
Any ideas on what is causing dozens of jobs.php to run each page request? Feels like it started after the update to 2.2.5 but maybe an addon?
K Kirby Well-known member Jun 28, 2021 #2 Check MySQL table xf_job to see what jobs are queued, the network info most likely won't tell anything Upvote 0 Downvote
Check MySQL table xf_job to see what jobs are queued, the network info most likely won't tell anything
dethfire Well-known member Jun 28, 2021 #3 @Mike Creuzer uninstalling featured content didn't remove this from the jobs table and was the cause thfeature_rebuildGroupCacheThemeHouse\Feature:ContentGroupCacheRebuild Upvote 0 Downvote
@Mike Creuzer uninstalling featured content didn't remove this from the jobs table and was the cause thfeature_rebuildGroupCacheThemeHouse\Feature:ContentGroupCacheRebuild
Jake B. Well-known member Jun 28, 2021 #4 dethfire said: @Mike Creuzer uninstalling featured content didn't remove this from the jobs table and was the cause thfeature_rebuildGroupCacheThemeHouse\Feature:ContentGroupCacheRebuild Click to expand... You uninstalled the add-on already and the jobs stayed queued? Try running this: DELETE FROM xf_job WHERE execute_class LIKE 'ThemeHouse\\Feature:%'; Upvote 0 Downvote
dethfire said: @Mike Creuzer uninstalling featured content didn't remove this from the jobs table and was the cause thfeature_rebuildGroupCacheThemeHouse\Feature:ContentGroupCacheRebuild Click to expand... You uninstalled the add-on already and the jobs stayed queued? Try running this: DELETE FROM xf_job WHERE execute_class LIKE 'ThemeHouse\\Feature:%';