Seeker-Smith Well-known member Licensed customer Sep 24, 2024 #1 I need some help folks. My xf_job table is growing out of control and my system is slowing down. Right now there are 927,628 rows and like I said it growing. The job is XF\Job\MailSend how do I stop this and remove all these jobs?
I need some help folks. My xf_job table is growing out of control and my system is slowing down. Right now there are 927,628 rows and like I said it growing. The job is XF\Job\MailSend how do I stop this and remove all these jobs?
Chromaniac Well-known member Licensed customer Sep 24, 2024 #2 This might help? XF 2 Post in thread 'Clear mail queue from xf_job' Sep 21, 2024 SQL: DELETE FROM xf_job WHERE execute_class = 'XF\Job\MailSend' Upvote 0 Downvote
This might help? XF 2 Post in thread 'Clear mail queue from xf_job' Sep 21, 2024 SQL: DELETE FROM xf_job WHERE execute_class = 'XF\Job\MailSend'
Seeker-Smith Well-known member Licensed customer Sep 24, 2024 #3 Chromaniac said: This might help? XF 2 Post in thread 'Clear mail queue from xf_job' Sep 21, 2024 SQL: DELETE FROM xf_job WHERE execute_class = 'XF\Job\MailSend' Click to expand... Thanks Upvote 0 Downvote
Chromaniac said: This might help? XF 2 Post in thread 'Clear mail queue from xf_job' Sep 21, 2024 SQL: DELETE FROM xf_job WHERE execute_class = 'XF\Job\MailSend' Click to expand... Thanks