Hi all,
Who can tell me about the EventQueue table in the database...
It seems to be quite long.. well over 600 items... and it seems to grow all the time as modules are added and upgraded. I believe that this queue is actioned every time the application starts up, but it seems to me to be full of stuff that may have been part of a module upgrade but surely is not needed after it has been done once.
Some modules seem to have loads of loads of entries and others hardly any.
I'm keen to kow if all the stuff is required or if it's just clogging up the app on startup.
For example, this row is there five time one after the other.. and it appears to be the exact same data in each row:
85 Application_Start 0 DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke UpdateSupportedFeatures robax 28/07/2007 7:12:10 a.m. 28/07/2006 7:12:10 a.m. <Attributes><Attribute><Name>BusinessControllerClass</Name><Value>DotNetNuke.Modules.FAQs.FAQsController, DotNetNuke.Modules.FAQs</Value></Attribute><Attribute><Name>DesktopModuleId</Name><Value>55</Value></Attribute></Attributes> True
Does it really need to do this 5 times in a row every restart?
Thanks for any insight on this
Rob