Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 24, 20231 yr 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!
April 24, 20231 yr This post was recognized by Marc! Nathan Explosion was awarded the badge 'Helpful' and 5 points. Check for the optional patch in your ACP.
April 25, 20231 yr Author Check for the optional patch in your ACP. That patch doesn't fix it 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.
April 25, 20231 yr Community Expert 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
April 26, 20231 yr Author Solution 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.
April 26, 20231 yr Community Expert ( 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 😕