https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35920
--- Comment #33 from David Cook <[email protected]> --- Reflecting on what I've just written there... adding this task scheduler functionality could actually alleviate some of the issues that people have with the RabbitMQ. I'd have to double-check, but with the task scheduler I wrote in the past, I think that I used to store the PID of the worker against a task (I used a JSON file for saving internal state instead of the DB but same-same). So if processes restarted, the task scheduler could check if an "in progress" task's PID is still there. If it is, it's assumed it's still working on it. If it's not, then it can safely restart the task. Anyway... happy to help with POCs on this. It doesn't have to be complicated. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
