Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Colonel_mortis Posted April 24, 2023 Posted April 24, 2023 The terminateHosting, monitor and expectedOutputMonitoring tasks were deleted in 4.7.9, but you don't clean up the tasks from the DB, so they get stuck and trigger the "tasks not running" warning (even with the latest 107667 build that deleted references to a couple more of the tasks). I'm pretty sure 3rd party devs have complained about this a few times before - deleting a task ought to automatically clean it up from the tasks table!
Nathan Explosion Posted April 24, 2023 Posted April 24, 2023 This post was recognized by Marc! Nathan Explosion was awarded the badge 'Helpful' and 5 points. Check for the optional patch in your ACP.
Colonel_mortis Posted April 25, 2023 Author Posted April 25, 2023 10 hours ago, Nathan Explosion said: Check for the optional patch in your ACP. That patch doesn't fix it 10 hours ago, Colonel_mortis said: even with the latest 107667 build that deleted references to a couple more of the tasks  I do have a custom upgrade script, so it's possible that I messed up and missed running some code that deletes the tasks, but I also reproduced it on a test install using the normal upgrader and can't find mention of any code that does perform the deletes.
Marc Posted April 25, 2023 Posted April 25, 2023 If there are items which the patch does not correct, please could you provide access? I can then get someone to take a look at this
Solution Colonel_mortis Posted April 26, 2023 Author Solution Posted April 26, 2023 On 4/25/2023 at 9:15 AM, Marc Stridgen said: If there are items which the patch does not correct, please could you provide access? I can then get someone to take a look at this It looks like someone figured it out today, the 107668 diff appears to fix this now.
Daniel F Posted April 26, 2023 Posted April 26, 2023 ( I'm to blame for the half fixed first patch, but also now for the "real" fix 😄 )  Unlike other stuff like templates, widgets, language strings, etc...,deleted tasks aren't removed automatically from the database, so we were missing to run the manual queries 😕 SeNioR- 1
Recommended Posts