https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36900 --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #2)
(In reply to Tomás Cohen Arazi from comment #1)
Right now it is the job's responsibility to manipulate the `data` column adding error messages. Which seems weird.
Weird but more flexible. We could however add more helpers to Koha::BackgroundJob to not need to deal with data directly. But personally I don't think we need a separate DB column for that.
I've been thinking of the use cases we have, and I think a `feedback` column that doesn't mix the job data with errors or feedback of any kind is better than mixing the job parameters with feedback on the same data structure. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.