https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074
--- Comment #31 from David Cook <[email protected]> --- So there's another problem with the concept of automatically reloading Starman on install/upgrade/uninstall. The "background_tasks" hook is run in background_jobs_worker.pl which also loads plugin code. When installing/upgrading/uninstalling a plugin with this hook, you need to restart Starman *and* all affected background job workers. I suppose my idea 1 from https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074#c19 might be able to take care of that scenario, but it would still be complicated. -- 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/
