[Koha-bugs] [Bug 30943] Make background job classes use helpers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 30 12:26:52 CET 2022


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

--- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Martin Renvoize from comment #4)
>
> Should we be wrapping calls to start in a try/catch to just skip the job or
> something instead..?

Yes, absolutely. In theory, as written right now, we are hidding those
situations by skipping in some cases. My idea was to just explode and handle
things correctly.

One example: if a task has already been started, and it is asked to start
again, should we proceed? Should we alert?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list