https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26003
Christopher Brannon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Christopher Brannon <[email protected]> --- I am trying to understand how the queue currently exists, and maybe this is a good place to chime in. I am seeing some inefficiency in the way the queue behaves, and the frequency at which we need updates. We update the queue every 15 minutes. I'm trying to understand why we need to update a queue. Apparently the table the queue lives in is not live? I say this, because we can run the queue several times in a row, and I watch each load of the queue go from 22 items to 0, to 4, to 17, to 21, and back to 22, and very little has changed. Mostly the same items. So, it looks like this table is wiped out and built from scratch. That in itself makes me ask, why? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
