https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36484
--- Comment #10 from David Cook <[email protected]> --- (In reply to Alex Buckley from comment #8) > (In reply to David Cook from comment #6) > > In the test plan, it seems to me the same job would be tried twice. > > Could I please check why do you think the same job would be tried twice? > > Thanks > Alex The same job could be considered twice. process_oustanding() could grab it from the database, and then the worker could pick it up as a RabbitMQ message too. However, upon review, I don't think they'd be tried twice. I see now that the job would be retrieved and skipped on the second go around. Which is all right. Not ideal but not a drama. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
