[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2023-08-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #48 from Marcel de Rooy --- Yes, I think so too. We still have a few forks but they are not in the scope of this report: misc/search_tools/rebuild_elasticsearch.pl:my $pid = fork(); Koha/MetaSearcher.pm:if (

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2023-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 David Cook changed: What|Removed |Added Resolution|--- |WONTFIX Status|In

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2023-08-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #46 from Katrin Fischer --- I wonder if we could close this now that the staged MARC import has been moved into a background job (and then close the omnibus bug 15019 as well)? -- You are receiving this mail because:

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-10-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #45 from David Cook --- After reviewing Bug 20342, the method we've used for background jobs in CGI is not going to work with a persistent process. Now that Bug 22417 has been pushed to master, I think the way forward

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-10-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #44 from David Cook --- (In reply to David Cook from comment #43) > See Bug 26854 for a potential fix. > > While I haven't tried with Plack, we haven't been forking > stage-marc-import.pl correctly in a CGI environment

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-10-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #43 from David Cook --- See Bug 26854 for a potential fix. While I haven't tried with Plack, we haven't been forking stage-marc-import.pl correctly in a CGI environment either. -- You are receiving this mail because:

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-10-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-09-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Marjorie Barry-Vila changed: What|Removed |Added CC|

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-09-13 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Katrin Fischer changed: What|Removed |Added CC||josean...@gmail.com ---

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-02-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #41 from Mason James --- (In reply to John Sterbenz from comment #39) > This is a new issue to me (as of yesterday) on the 18.11 series on 18.04 > LTS. This process had worked for years prior (all the way back to 2016 /

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-02-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #40 from David Cook --- (In reply to John Sterbenz from comment #39) > This is a new issue to me (as of yesterday) on the 18.11 series on 18.04 > LTS. This process had worked for years prior (all the way back to 2016 /

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2020-02-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #39 from John Sterbenz --- This is a new issue to me (as of yesterday) on the 18.11 series on 18.04 LTS. This process had worked for years prior (all the way back to 2016 / 3.22 on 14.04)--now every load I try fails. I

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2019-11-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Daniel Gaghan changed: What|Removed |Added CC||daniel.gaghan@pueblolibrary

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2019-02-26 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Jonathan Druart changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #37 from David Cook --- (In reply to Tomás Cohen Arazi from comment #36) > I need to implement a way to hook record/item updates so changes are pushed > to an external service. Ideally through the use of plugins so a

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #36 from Tomás Cohen Arazi --- (In reply to David Cook from comment #35) > (In reply to Tomás Cohen Arazi from comment #34) > > This is worth discussing in koha-devel, and IRC meeting or Marseille, but I > > think we

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #35 from David Cook --- (In reply to Tomás Cohen Arazi from comment #34) > This is worth discussing in koha-devel, and IRC meeting or Marseille, but I > think we should have a job queue in the lines of what David

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #34 from Tomás Cohen Arazi --- (In reply to David Cook from comment #33) > (In reply to Jonathan Druart from comment #26) > > I do not think your Koha::Daemon will work for the background jobs. > > > > To me, the best

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #33 from David Cook --- (In reply to Jonathan Druart from comment #26) > I do not think your Koha::Daemon will work for the background jobs. > > To me, the best way to fix this would be to provide a Koha daemon,

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #32 from David Cook --- We could look at something like http://gearman.org/, http://www.celeryproject.org/, or one of the other many projects... but they don't offer as much nuanced control as we might like. -- You are

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #31 from David Cook --- Actually, when working on #10662, I thought about creating a standalone "import daemon", as importing records into Koha is the hardest part of OAI-PMH harvesting. (I already have an extremely fast

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #30 from David Cook --- (In reply to Jonathan Druart from comment #26) > I do not think your Koha::Daemon will work for the background jobs. > > To me, the best way to fix this would be to provide a Koha daemon,

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #29 from David Cook --- (In reply to Jonathan Druart from comment #27) > My idea would be "something that works", I have already tons of things that > do not work. I am not sure letting other developer retrying again

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #28 from Fridolin SOMERS --- Has Nginx+Plack users, we at Biblibre are interested by any solution. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #27 from Jonathan Druart --- (In reply to David Cook from comment #25) > Maybe we could make the hooks a "developer feature"? So the hook is only run > in "developer mode", but that lets many developers write their own

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 --- Comment #26 from Jonathan Druart --- I do not think your Koha::Daemon will work for the background jobs. To me, the best way to fix this would be to provide a Koha daemon, instead. But it would watch a DB table, which would

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-10-23 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Jonathan Druart changed: What|Removed |Added URL|

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-03-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don't work as expected

2018-03-28 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 Nick Clemens changed: What|Removed |Added See Also|