https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33044
Bug ID: 33044
Summary: BackgroundJob enqueue does not return the job id if
rabbit is unreachable
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Some sites elect to use the worker without rabbit
This largely works, however, when a job is enqueued we don't return the job_id
unless our connection was successful - this leads to the enqueued result page
not providing a correct link, even though the job will be processed by DB
polling
To recreate:
1 - In KTD: sudo service rabbitmq-server stop
2 - sudo koha-worker --stop kohadev; sudo koha-worker --queue long_tasks --stop
kohadev
3 - In staff client enqueue a batch item modification - note the link to view
the enqueued job has no id in the url and takes you to the main background jobs
viewer
--
You are receiving this mail because:
You are the assignee for the bug.
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/