[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 3 08:57:48 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417

--- Comment #269 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Marcel de Rooy from comment #267)
> (In reply to David Cook from comment #263)
> > Right now, Koha - even when running Plack - depends on CGI. Using RabbitMQ
> > provides a standard way of breaking our remaining dependency on CGI scripts
> > for long-running tasks. 
> 
> I am not following this argument. We are not introducing a MQ to eliminate
> CGI. Imo this is really another topic, not in the scope of this report.

The background job processes are running in CGI mode
% grep ProxyPass debian/templates/apache-shared-intranet-plack.conf

> > As time passes, more and more of Koha will use the message queue as well.
> > There are many long-running jobs, which would benefit from being placed into
> > the background. 
> > This change is about building capacity and improving performance. 
> 
> So we have an architectural reason for a MQ. And the question is: do we want
> an optional introduction needing additional fallback code, or dont we
> postpone making it mandatory (since it will be one day)?

Once it's pushed, koha-testing-docker will want to run it on a separate
container for sure.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list