Summary: | koha_worker isn't using RabbitMQ on startup if it's a local server. | ||
---|---|---|---|
Product: | Koha | Reporter: | Didier Gautheron <didier.gautheron> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | dcook |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 35092 |
Description
Didier Gautheron
2022-09-23 09:05:50 UTC
I'm not having this problem in prod on Ubuntu (In reply to David Cook from comment #1) > I'm not having this problem in prod on Ubuntu Are rabbitmq and koha-worker.service running on the same host, i.e. connecting using 127.1 ? (In reply to Didier Gautheron from comment #2) > (In reply to David Cook from comment #1) > > I'm not having this problem in prod on Ubuntu > > Are rabbitmq and koha-worker.service running on the same host, i.e. > connecting using 127.1 ? There's no koha-worker.service when you're using Debian packages. But yes RabbitMQ and the background_jobs_worker.pl processes are all running on the same host and communicating using "localhost" as the hostname for the RabbitMQ. |