https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943
--- Comment #5 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ 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/
