[Koha-bugs] [Bug 26003] Could the holds queue be live rather than built via cron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 2 17:30:01 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26003

Christopher Brannon <cbrannon at cdalibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cbrannon at cdalibrary.org

--- Comment #7 from Christopher Brannon <cbrannon at cdalibrary.org> ---
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.


More information about the Koha-bugs mailing list